User Tools

Site Tools


bash:files:combine_files

BASH - Files - Combine files

cat file1 file2 > newfilename

NOTE: This will show contents of the files as it is doing the combining.

or

cat file1 file2 >> newfilename

NOTE: This will not show contents of the files as it is doing the combining.

bash/files/combine_files.txt · Last modified: 2022/06/13 11:15 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki