Skip to content

Instantly share code, notes, and snippets.

@mshirdel
Last active August 29, 2015 14:20
Show Gist options
  • Save mshirdel/9d387ea8d5dca50fde54 to your computer and use it in GitHub Desktop.
Save mshirdel/9d387ea8d5dca50fde54 to your computer and use it in GitHub Desktop.
List all files
find . -type f -exec echo {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment