gzip : gzip command is used for to zip the files.
a)gzip : gzip command is used for to zip the files.
Syntax:$gzip <filename>
Ex :$gzip departments
zip file extension is .gz.
b)zcat : zcat command is used for to open zip files.
Syntax:$zcat <filename.gz>
Ex :$zcat departments.gz
c)gunzip : gunzip command is used for to open zip files.
Syntax:$gunzip <filename.gz>
Ex :$gunzip departments.gz
a)gzip : gzip command is used for to zip the files.
Syntax:$gzip <filename>
Ex :$gzip departments
zip file extension is .gz.
b)zcat : zcat command is used for to open zip files.
Syntax:$zcat <filename.gz>
Ex :$zcat departments.gz
c)gunzip : gunzip command is used for to open zip files.
Syntax:$gunzip <filename.gz>
Ex :$gunzip departments.gz
Can u please explain awk and sed command.
ReplyDelete