Skip to content

Instantly share code, notes, and snippets.

@aferriss
Last active April 20, 2016 20:22
Show Gist options
  • Select an option

  • Save aferriss/064c044821895f0057be78f75cec0720 to your computer and use it in GitHub Desktop.

Select an option

Save aferriss/064c044821895f0057be78f75cec0720 to your computer and use it in GitHub Desktop.
Cat all text to one file
ls -tr | xargs -I{} cat {} > ../allI.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment