LoginSignup
17
8

More than 5 years have passed since last update.

Linuxでファイルを全文検索するコマンド

Posted at

時々使うのでメモ。

find . -type f | grep .php$ | xargs grep -n "hoge"
17
8
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
8