Differences
This shows you the differences between the selected revisions of the page.
| 2011-03-04 | 2012-01-17 | ||
| no summary (94.41.26.234) | zip (martin) | ||
| Line 9: | Line 9: | ||
| tar -czvf "!?&Enter an Archive Name:?archive.tgz!" | tar -czvf "!?&Enter an Archive Name:?archive.tgz!" | ||
| - | --exclude="!?&Exclude files matching pattern:?*.exe!"· | + | --exclude="!?&Exclude files matching pattern:?*.exe!" |
| - | "!?&Specify directory or file to compress:?!" | + | !& |
| ==== Zip ==== | ==== Zip ==== | ||
| Line 21: | Line 21: | ||
| unzip -d "!?&Extract to directory:?.!" "!" | unzip -d "!?&Extract to directory:?.!" "!" | ||
| + | |||
| + | To create archive: | ||
| + | |||
| + | zip "!?&Enter an Archive Name:?archive.zip!" !& | ||
| ==== Rar ==== | ==== Rar ==== | ||
| - | rar a -ep "!?&Enter an Archive Name:?archive.rar!" "!&" | + | rar a -ep "!?&Enter an Archive Name:?archive.rar!" !& |
| ===== [[delete]] Quick Deleting ===== | ===== [[delete]] Quick Deleting ===== | ||