hok1man
Technical User
- Feb 16, 2008
- 102
Hi guys,
I'm trying to tar up *.ksh, but not successful, the files are in different directory and in different level dir.
so this is what I tried :
find . -name "*.ksh" -exec tar -cf script.tar {} \;
but doesn't work..
the content of script.tar is the last file of the ksh list files..
any suggestion?
I'm trying to tar up *.ksh, but not successful, the files are in different directory and in different level dir.
so this is what I tried :
find . -name "*.ksh" -exec tar -cf script.tar {} \;
but doesn't work..
the content of script.tar is the last file of the ksh list files..
any suggestion?