Directory and file operations File manipulation with tar command
●View the contents of the archive created by the tar commandTo view the contents of an archive created by the tar command, run the tar command with the "t" option.If you have saved the file as a file, use the "f" option together.If the "v" option is not used, only the names of the files included in the archive will be displayed; if it is used, detailed information such as the attributes of each file will be displayed.※The tar command can omit the "-" (hyphen) option specification.
