Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux combine zipped files

# Basic syntax:
cat file1.gz file2.gz > combined_files.gz
# Note, files compressed by gzip can be directly concatenated into larger
# 	gzipped files.
Source by riptutorial.com #
 
PREVIOUS NEXT
Tagged: #linux #combine #zipped #files
ADD COMMENT
Topic
Name
2+6 =