Skip to content

Instantly share code, notes, and snippets.

@arakaki-asdf
Last active June 4, 2016 01:06
Show Gist options
  • Save arakaki-asdf/89285657a3c31978075d630036f25d12 to your computer and use it in GitHub Desktop.
Save arakaki-asdf/89285657a3c31978075d630036f25d12 to your computer and use it in GitHub Desktop.
bash commnad tips
# 特定の拡張子からワードを検索し、ファイル名を表示する
find . -name "*.html" | xargs grep -l "word"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment