Skip to content

Instantly share code, notes, and snippets.

@tamaki-shingo
Created July 26, 2013 07:21
Show Gist options
  • Select an option

  • Save tamaki-shingo/6086930 to your computer and use it in GitHub Desktop.

Select an option

Save tamaki-shingo/6086930 to your computer and use it in GitHub Desktop.
特定のフォルダ内のファイル数数えたい時〜(例は*.mファイルね)
find . -name "*.m" -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment