Created
February 21, 2018 00:43
-
-
Save vladzadvorny/02a53b9e8a60c67ee1eaa764df1bcdbe to your computer and use it in GitHub Desktop.
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
for i in *.txt; do echo -e "\nFilename: $i\n"; cat "$i"; done > tmpfile; mv tmpfile all-files.txt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment