tar 查看 压缩包 第一层 目录
看 直接压缩到本地目录,还是先建立一个空目录,再解压缩
2.使用 tar 命令
tar 命令不仅仅可以用于压缩/解压文件,还可以在不提取 tar 文件的情况下使用 tar -tf 命令查看压缩包内容。
$ tar -tf test.tar
test/
test/image.jpg
test/file.pdf
test/song.mp3
root@OK8MP:~# tar -tf ffmpeg.tar.bz2
usr/
usr/share/
usr/share/doc/
usr/share/doc/ffmpeg-formats.html
usr/share/doc/ffmpeg-utils.html
usr/share/doc/libavcodec.html
usr/share/doc/libavfilter.html
usr/share/doc/ffmpeg-devices.html