untar
解包或解压缩一个 tar 或 tar.gz 文件包。
格式
untar [.tar or .tar.gz file] [destination directory]
说明
[root@sylixos:/root]# help untar
extract a .tar or .tar.gz file.
eg. untar example.tar /
untar example.tar.gz
untar tools.tar.gz /bin
untar [.tar or .tar.gz file] [destination directory]
[root@sylixos:/root]#
此命令用来解压一个 .tar.gz 或 .tar 文件 . 可以指定解压路径。
样例
[root@sylixos: /home]# untar b.tar.gz
unpackage test.c size: 356 ...
unpackage a.out size: 4754 ...
unpackage total 2 files O directory.
[root@sylixos: /home]#