How about:
Code:[radar@Dell-i8500 tmp]$ find junk junk junk/stuff junk/stuff/2.php junk/stuff/who.txt junk/stuff/crap junk/stuff/crap/where.txt junk/stuff/crap/3.php junk/1.php junk/what.txtCode:[radar@Dell-i8500 tmp]$ tar cvzf - `find junk -type f -name "*.php"` >files_php.tar.gz junk/stuff/2.php junk/stuff/crap/3.php junk/1.php [radar@Dell-i8500 tmp]$ tar tzf files_php.tar.gz junk/stuff/2.php junk/stuff/crap/3.php junk/1.php


Reply With Quote
Bookmarks