+1 vote
in Linux by
Write the command to view an existing tar archive and how to extract it?

1 Answer

0 votes
by

The command for viewing tar archive that is already existing: $ tar tvf archive_name.tar

The command to extract an existing tar archive: $ tar xvf archive_name.tar

The command for the creation of new tar archive: $ tar cvf archive_name.tar dirname/

Related questions

0 votes
asked Oct 18, 2022 in Linux by AdilsonLima
0 votes
asked Aug 24, 2023 in Apache Superset by Robin
...