Last active
April 20, 2016 20:22
-
-
Save aferriss/064c044821895f0057be78f75cec0720 to your computer and use it in GitHub Desktop.
Cat all text to one file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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