zip -r myzip . unzip -l myzip.zip
Friday, January 12, 2007
create a zip file called myzip that recurses thru directories under current, then view contents of it when it's done
Subscribe to:
Post Comments (Atom)
zip -r myzip . unzip -l myzip.zip
No comments:
Post a Comment