Differences
This shows you the differences between the selected revisions of the page.
| 2005-06-05 | 2005-06-06 | ||
| no summary (202.152.162.216) | style (martin) | ||
| Line 1: | Line 1: | ||
| - | some custom commands 'stealed' from the forum: | + | ====== Useful Custom Commands ====== |
| - | ===== archiving ===== | + | ===== Archiving ===== |
| tar -xvzf --directory="!?&Extract to which directory:?.!" "!" | tar -xvzf --directory="!?&Extract to which directory:?.!" "!" | ||
| - | tar -czvf "!?&Enter an Archive Name:?archive.tgz!" --exclude="!?&Exclude files matching pattern:?*.exe!" "!?&Specify directory or file to compress:?!" | + | tar -czvf "!?&Enter an Archive Name:?archive.tgz!" |
| + | ···--exclude="!?&Exclude files matching pattern:?*.exe!" | ||
| + | ····"!?&Specify directory or file to compress:?!" | ||
| unzip "!" | unzip "!" | ||
| - | ===== download ===== | + | ===== Download ===== |
| wget | wget | ||