If you are on Linux:
for file in *.zip; do; unzip -d "${file%.zip}" $file; done
If you are on Windows, use 7-zip to select all the files and choose Extract.
- William
On Thursday, April 19, 2012 5:56:50 PM UTC-10, Jason Jin Xin wrote:
>
> I want to study others' code, but clicking one by one and unzip those
> zip files can be quite tedious.I was wondering if there are faster
> ways to do it
> thanx
--
You received this message because you are subscribed to the Google Groups
"Google Code Jam" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-code/-/x9lQgTMT7UkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.