Skip to content

Instantly share code, notes, and snippets.

@nicolamontecchio
Created February 11, 2014 15:34
Show Gist options
  • Save nicolamontecchio/8937184 to your computer and use it in GitHub Desktop.
Save nicolamontecchio/8937184 to your computer and use it in GitHub Desktop.
fast cat of a lot of files
find . -name "*.dat" -exec cat {} \; > filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment