linuxコメント 名前に指定文字列が含んでいるファイル全部削除
例
20170808efg.log
20170808abc.log
20170809abc.log
20170810abc.log
20170808def.log
下記のコメントで、上記の第2,3,4行目のログファイルを削除できます。
サブディレクトリでも、削除できます。
find -name "*abc.log" | xargs rm -rf
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme