Skip to content

Instantly share code, notes, and snippets.

@mwrites
Last active September 19, 2016 06:08
Show Gist options
  • Save mwrites/554d1767a14769dab92496c446a31f1b to your computer and use it in GitHub Desktop.
Save mwrites/554d1767a14769dab92496c446a31f1b to your computer and use it in GitHub Desktop.
grep -r Answers . --include=\*.{m,swift}
#remove filename
grep -r Answers . --include=\*.{m,swift} -h
#remove white spaces
grep -r Answers . --include=\*.{m,swift} -h | sed -e 's/^[ \t]*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment