Archiving files and directories in linux
commanddescription
gzipcreate a compressed file and not directory
gunzipunzip a file and not directory
tarextract tar file or directory
prerequisites: create a file1 and directory mkdir with below commands:
touch file1
mkdir testdir
to zip a ...
venkateshwar.hashnode.dev2 min read