nix, shell, perl, php, mysql and mac os x tips and tricks

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

zip -r myzip .
unzip -l myzip.zip

No comments:

Post a Comment