Solaris: tar

Tar up the 'dev' directory, but exclude all files with the extension '.out' and '.log'.
bash-2.03$ find dev -name "*out" > exclude
bash-2.03$ find dev -name "*log" >> exclude
bash-2.03$ tar cvfX rlh.tar exclude dev


Roger
Roger Hall
COMPUSPEC
Google
 
Web Compuspec.net
Valid XHTML 1.0!
Valid CSS!