Skip to content

Instantly share code, notes, and snippets.

@guziy
Created November 11, 2011 20:40
Show Gist options
  • Save guziy/1359174 to your computer and use it in GitHub Desktop.
Save guziy/1359174 to your computer and use it in GitHub Desktop.
Bash merge txt files in the same directory
cat $(ls) > dictionary.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment