Skip to content

Instantly share code, notes, and snippets.

@rostyslav
Created June 16, 2011 16:39
Show Gist options
  • Save rostyslav/1029652 to your computer and use it in GitHub Desktop.
Save rostyslav/1029652 to your computer and use it in GitHub Desktop.
Test recursive file read in current directory
find . -type f -exec cp {} /dev/null \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment