Peng Yu wrote:
I get the following warnings. Removing the leading '..' is actually
what I want. Is there a way in tar to suppress such warnings?

$ cat main.sh
tar czvf ../trial/`basename $PWD`.tar.gz ../`basename $PWD`


tar czvf ../trial/`basename $PWD`.tar.gz -C .. `basename $PWD`



Reply via email to