FileSearchAndGrep
find ./ -name 'searchFile' | xargs egrep 'searchWord'
sample:
find ./ -name '*.php' | xargs egrep '@TODO|@todo'
Go to list of users who liked
More than 5 years have passed since last update.
find ./ -name 'searchFile' | xargs egrep 'searchWord'
sample:
find ./ -name '*.php' | xargs egrep '@TODO|@todo'
Register as a new user and use Qiita more conveniently
Go to list of users who liked