This is an old revision of the document!
Useful Custom Commands
Archiving
tar -xvzf --directory="!?&Extract to which directory:?.!" "!"
Advertisement
tar -czvf "!?&Enter an Archive Name:?archive.tgz!" --exclude="!?&Exclude files matching pattern:?*.exe!" "!?&Specify directory or file to compress:?!"
unzip "!"
Templates
cp /path/to/template.html "!?New HTML file?!"