Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created April 22, 2015 10:08
Show Gist options
  • Save kbshl/482439e76fb6fdc639fc to your computer and use it in GitHub Desktop.
Save kbshl/482439e76fb6fdc639fc to your computer and use it in GitHub Desktop.
Find files in folder and output path to cli or file
find ./ -iname "*.extension"
# pipe output into file
find ./ -iname "*.html" > filename.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment