|
发表于 2005-10-15 06:16:59
|
显示全部楼层
To learn about the flags, you should read the man page, i.e. "man tar" or use "tar --help" to show the descriptions.
j - to use bzip2 as compression/decompression filter
x - to extract
f - to specify the filename
So, jxf means to extract file from the specified name through bzip2 alogrithm.
Hope you clear. |
|