Skip to content

Instantly share code, notes, and snippets.

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