tar tar or tape archiver command -c –create -r –append -u –update -t –list -x –extractor r–get -v –verbose -W –verify -X –exclude-from file -z –gzip or –ungzip -j –bzip2
Viewing 1 to 2 of 2 items
tar command examples
This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. 1. tar command examples Create a new tar archive. $ tar cvf archive_name.tar dirname/ Extract from an existing tar archive. $ tar xvf archive_name.tar View Full Article…