Here's a quick tip which many will find very handy. UNP is a small script which makes it very easy to extract almost any archive via command line. If you can't remember the command to extract tar.gz, rar and so on, you will love unp.
Basically to use unp, all you have to do is type:
unp your_archiveunp *.tar.gz, unp *.tar.bz, unp *.rpm, unp *.deb, unp *.zip, unp *.rarInstall unp
In Ubuntu, to install unp, simply paste this in a terminal:
sudo apt-get install unpFor other Linux distributions, search for "unp" in your package manager - it should be available in the official repositories.
Thanks to WebUpd8 reader RKV for the tip (oldie, but only today I remembered to write about it).
 
 
