Top/Linux/再帰的にgrepする

Linux/再帰的にgrepする の変更点


find ./ -name '*' | xargs grep hogehoge
find ./ -name '*.php' | xargs grep hogehoge
find ./ -name '*.txt' | xargs grep hogehoge

ページ新規作成

新しいページはこちらから投稿できます。

TOP