Skip to content

Instantly share code, notes, and snippets.

@Alquimista
Created February 23, 2019 22:12
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 Alquimista/ac3915fdc5126bebc8658b5634fcccd2 to your computer and use it in GitHub Desktop.
Save Alquimista/ac3915fdc5126bebc8658b5634fcccd2 to your computer and use it in GitHub Desktop.
Windows
copy /b file1+file2 destfile
Linux
cat file1+file2 > destfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment