Differences
This shows you the differences between the selected revisions of the page.
| 2010-02-21 | 2010-03-06 | ||
| Rar must be installed... Change -v for size of split archive! (95.88.74.244) | sectionize archiving (martin) | ||
| Line 5: | Line 5: | ||
| ===== Archiving ===== | ===== Archiving ===== | ||
| + | ==== Tar/Gzip ==== | ||
| tar -xvzf --directory="!?&Extract to which directory:?.!" "!" | tar -xvzf --directory="!?&Extract to which directory:?.!" "!" | ||
| Line 10: | Line 11: | ||
| --exclude="!?&Exclude files matching pattern:?*.exe!" | --exclude="!?&Exclude files matching pattern:?*.exe!" | ||
| "!?&Specify directory or file to compress:?!" | "!?&Specify directory or file to compress:?!" | ||
| + | |||
| + | ==== Zip ==== | ||
| unzip "!" | unzip "!" | ||
| - | ··rar a -v204800 -ep "!?&Enter an Archive Name:?archive.rar!" "!&" | + | ==== Rar ==== |
| + | |||
| + | rar a -ep "!?&Enter an Archive Name:?archive.rar!" "!&" | ||
| ===== [[delete]] Quick Deleting ===== | ===== [[delete]] Quick Deleting ===== | ||