Answers for ".tar"

5

linux tar command

Create a new tar archive.
$ tar cvf archive_name.tar dirname/

Extract from an existing tar archive.
$ tar xvf archive_name.tar

View an existing tar archive.
$ tar tvf archive_name.tar
Posted by: Guest on September-29-2020
1

archive tar

tar -czvf archive.tar.gz /usr/local/something
Posted by: Guest on June-29-2020
1

tar cmd

# tar cvzf MyImages-14-09-12.tar.gz /home/MyImages
OR
# tar cvzf MyImages-14-09-12.tgz /home/MyImages
Posted by: Guest on May-07-2020
0

.tar

tar -xf /path/to/archive.tar # unzip .tar
Posted by: Guest on December-05-2020
0

.tar

tar full form  is Tape Archive
Posted by: Guest on May-30-2021

Browse Popular Code Answers by Language