Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created June 5, 2011 03:23
Show Gist options
  • Save honda0510/1008613 to your computer and use it in GitHub Desktop.
Save honda0510/1008613 to your computer and use it in GitHub Desktop.
Linux コマンド
ファイル内検索
grep -R -n foo .
ファイル名検索
find -type f -name *bar*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment