Differences
This shows you the differences between the selected revisions of the page.
| 2015-05-08 | 2015-05-08 | ||
| no summary (189.30.113.207) (hidden) | Restored revision 1422533984. Undoing revision 1431068446. (martin) (hidden) | ||
| Line 12: | Line 12: | ||
| !& | !& | ||
| - | gay | + | ==== Zip ==== |
| + | |||
| + | To unpack to the current directory: | ||
| + | |||
| + | unzip "!" | ||
| + | |||
| + | To unpack to an alternate directory: | ||
| + | |||
| + | unzip -d "!?&Extract to directory:?.!" "!" | ||
| + | |||
| + | To create an archive: | ||
| + | |||
| + | zip -r "!?&Enter an Archive Name:?archive.zip!" !& | ||
| ==== Rar ==== | ==== Rar ==== | ||