parsed.org
Find and Zip by http://xinu.myopenid.com/ on Jan 12, 2005 10:59 AM

To zip up the contents of a directory (selectively), use find and zip:

$ find . -type f -name "*.jpg" | zip -@ myimages.zip
commandsdirectoryfindshellzip
RSS