Skip to content

Instantly share code, notes, and snippets.

@TonnyXu
Created August 29, 2011 06:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonnyXu/1177897 to your computer and use it in GitHub Desktop.
Save TonnyXu/1177897 to your computer and use it in GitHub Desktop.
To Handle spaces in file name.
find . -type f \( -name '*.xib' -or -name "*.h" -or -name "*.m" \) -exec awk '{print NR}' {} +|tail -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment