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 ?
|