Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

shell combine gzipped 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: #shell #combine #gzipped #files
ADD COMMENT
Topic
Name
7+2 =