LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1228|回复: 4

解压问题

[复制链接]
发表于 2005-10-14 15:50:58 | 显示全部楼层 |阅读模式
我在解压的时候遇到这个问题:
[root@localhost cdrom]# tar fcitx-3.2-050827.tar.bz2
tar: Old option `f' requires an argument.
Try `tar --help' for more information.
请问大家这是怎么回事
小弟刚学Linux 还请大家不惜赐教!~~~~~~~
发表于 2005-10-14 21:51:13 | 显示全部楼层
应该用 tar -jxf fcitx-3.2-050827.tar.bz2
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-14 22:09:32 | 显示全部楼层
谢谢这位兄弟,我试了试成功了,不过不知道这个参数是什么意思,再请您帮我解释一下可吗?谢谢了
回复 支持 反对

使用道具 举报

发表于 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.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-15 09:09:53 | 显示全部楼层
I see .thank you!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表