GNUのgrepです。
コマンド
grep -l
grep --help
で見ると、以下が表示されますね。
-l, --files-with-matches print only names of FILEs with selected lines
和訳:「選択した行のファイルの名前のみを印刷します」
以上。。。
GNUのgrepです。
grep -l
grep --help
で見ると、以下が表示されますね。
-l, --files-with-matches print only names of FILEs with selected lines
和訳:「選択した行のファイルの名前のみを印刷します」
以上。。。
コメント