Differences
This shows you the differences between the selected revisions of the page.
| 2011-01-04 | 2011-01-04 | ||
| UnZip to alternate directory (fade2gray) | no summary (fade2gray) | ||
| Line 14: | Line 14: | ||
| ==== Zip ==== | ==== Zip ==== | ||
| + | To UnZip to the current directory. | ||
| unzip "!" | unzip "!" | ||
| + | To UnZip to an alternate directory. | ||
| unzip -d"!?&Extract to directory:?.!" "!" | unzip -d"!?&Extract to directory:?.!" "!" | ||