tarring find results on hp-ux
Posted
by soField
on Stack Overflow
See other posts from Stack Overflow
or by soField
Published on 2010-06-02T13:58:10Z
Indexed on
2010/06/02
14:54 UTC
Read the original article
Hit count: 202
$ find /tmp/a1
/tmp/a1
/tmp/a1/b2
/tmp/a1/b1
/tmp/a1/b1/x1
simply trying
find /tmp/a1 -exec tar -cvf dirall.tar {} \;
simply doesn't work
any help
© Stack Overflow or respective owner