Linux CLI - Archiving and Compression
What will be the output of the command
tar -tvf archive.tar if archive.tar contains files file1.txt and file2.txt?tar -tvf archive.tar if archive.tar contains files file1.txt and file2.txt?-t lists contents of an archive, -v shows details, and -f specifies the archive file.archive.tar with details, without extracting them.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions