All posts tagged 'Zip'
-
A Bash Function for Easy Zipping
I work as a tutor in a software engineering bootcamp, and earlier on in the project students submit their projects, and pass them to us for help, as zip archives. Unzipping an archive at the command line is rather easy. unzip foo.zip But zipping is a bit trickier, and I'd always forget the syntax....
Read article