Skip to content

Instantly share code, notes, and snippets.

@paulboardman
Created June 4, 2013 16:02
Show Gist options
  • Save paulboardman/5707151 to your computer and use it in GitHub Desktop.
Save paulboardman/5707151 to your computer and use it in GitHub Desktop.
Simple find commandline example.
find . -name "*.csv" -exec ls -ls {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment