Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のパスを持つログファイルがあります
\サーバー名\logs\e2serverd.20210107.000000.691088.log
末尾の 12 個の数字がランダムな場合、このログファイルに一致する正しい正規表現は何ですか? 私が試してみました
s/\servername\logs\e2serverd.$year$$0month$$0day$.000000.691088.log/ それは機能しますが、最後の数字と一致するようにフルパスを表現するにはどうすればよいですか?