Skip to content

Instantly share code, notes, and snippets.

@arturoaviles
Created December 19, 2018 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturoaviles/186dfe4f450de45c33c065c422c67af9 to your computer and use it in GitHub Desktop.
Save arturoaviles/186dfe4f450de45c33c065c422c67af9 to your computer and use it in GitHub Desktop.
combine_files_in_user_order_into_another_file.sh
cat file.txt file2.txt > final_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment