TAR : Archiving and Extracting Files and Folders
Here’s the common syntax I use in archiving and extracting files or folders. tar -xvf foo.tar verbosely extract foo.tar tar -xzf foo.tar.gz extract gzipped foo.tar.gz tar -cjf foo.tar.bz2 bar/ create.. read more