由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - tar question
相关主题
strange behavior about chmod 777 -Rhow to count a pattern in vi?
求助文件切割问题A simple Bash question about changing directory
怎么让别人看到主页folder下的文件ext3 format, how to set folders undeletable, files are writable?
请推荐windows远程同步/下载 软件possible to crash if I copy a file to multiple folders at the same time?
how to check disk usage per user?Server efficiency
rw在dropbox放文件然后在home设soft links好?学校和家里的vpn连接共享(通过dd-wrt和openvpn)
问个弱问题升级到ubuntu9.04遇到的问题(都已解决)
Question about konqueror.powerpoint问题
相关话题的讨论汇总
话题: tar话题: ju话题: directory话题: 123话题: question
进入Linux版参与讨论
1 (共1页)
D******n
发帖数: 2836
1
if I tar a directory like this
tar -cf 123.tar /aa/bb/cc/dd/123
and now I wanna untar it, but dont want to preserve the directory tree, i ju
st wan the 123 folder.
How to do this ?
N**D
发帖数: 10322
2
check the manual

ju

【在 D******n 的大作中提到】
: if I tar a directory like this
: tar -cf 123.tar /aa/bb/cc/dd/123
: and now I wanna untar it, but dont want to preserve the directory tree, i ju
: st wan the 123 folder.
: How to do this ?

D******n
发帖数: 2836
3
already checked.

【在 N**D 的大作中提到】
: check the manual
:
: ju

r****t
发帖数: 10904
4
... 我不好意思说了,你还是自己查查吧。

ju

【在 D******n 的大作中提到】
: if I tar a directory like this
: tar -cf 123.tar /aa/bb/cc/dd/123
: and now I wanna untar it, but dont want to preserve the directory tree, i ju
: st wan the 123 folder.
: How to do this ?

D******n
发帖数: 2836
5
说吧,不要害羞。

【在 r****t 的大作中提到】
: ... 我不好意思说了,你还是自己查查吧。
:
: ju

r****t
发帖数: 10904
6
我觉得打包的人 tar 的时候如果用了绝对路径,肯定是有原因的。如果没原因这么搞
就不好说了,我退下了。

【在 D******n 的大作中提到】
: 说吧,不要害羞。
D******n
发帖数: 2836
7
ya, there is no built-in option to do it, finally I got to know that.
workaround is to substitute the path in the tar ball with your desired
path.

【在 r****t 的大作中提到】
: 我觉得打包的人 tar 的时候如果用了绝对路径,肯定是有原因的。如果没原因这么搞
: 就不好说了,我退下了。

v*****r
发帖数: 1119
8
罚读 man tar 10 遍,如果还没找到,罚读 100 遍, 以此类推 ...

【在 D******n 的大作中提到】
: ya, there is no built-in option to do it, finally I got to know that.
: workaround is to substitute the path in the tar ball with your desired
: path.

D******n
发帖数: 2836
9
读一万遍都没用,就是找不到,知道就说,不知道就算。btw,我的系统是unix。

【在 v*****r 的大作中提到】
: 罚读 man tar 10 遍,如果还没找到,罚读 100 遍, 以此类推 ...
T*o
发帖数: 363
10
tar xf 123.tar --strip-components 4

ju

【在 D******n 的大作中提到】
: if I tar a directory like this
: tar -cf 123.tar /aa/bb/cc/dd/123
: and now I wanna untar it, but dont want to preserve the directory tree, i ju
: st wan the 123 folder.
: How to do this ?

1 (共1页)
进入Linux版参与讨论
相关主题
powerpoint问题how to check disk usage per user?
nautilus crash bugrw在dropbox放文件然后在home设soft links好?
user virtual address space VS kernel virtual address space (转载)问个弱问题
eclipse安装plugin真是大问题阿,比如新版本。Question about konqueror.
strange behavior about chmod 777 -Rhow to count a pattern in vi?
求助文件切割问题A simple Bash question about changing directory
怎么让别人看到主页folder下的文件ext3 format, how to set folders undeletable, files are writable?
请推荐windows远程同步/下载 软件possible to crash if I copy a file to multiple folders at the same time?
相关话题的讨论汇总
话题: tar话题: ju话题: directory话题: 123话题: question