- 再帰的にファイル数を調べる
find {directory_path} -type f | wc -l
- 再帰的に文字を調べる
find {directory_path} -name "{file_name}" | xargs grep "{word}"
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
find {directory_path} -type f | wc -l
find {directory_path} -name "{file_name}" | xargs grep "{word}"
Register as a new user and use Qiita more conveniently
Go to list of users who liked