Admit it. Almost every time you deal with a tar” file or “gzip” file, you wonder what was the command that I used last time to “——“. You can fill the blanks with “Creating a new tar file, how to gzip a tar file, how to unzip a file, how to get a peek of […]
How to Install Spotify in Linux?
Spotify, the digital music service, that has made listening to music more social has crossed the Atlantic ocean and landed in US. With Spotify, you dont need to buy songs any more. Instead, for a monthly subscription, the whole world of music is yours to stream to almost any device (Well almost). Needless to say […]
How to Download a File or Directory Using wget?
If you are spending too much time on a terminal, there is a good chance that you would like to download a file or a directory from the web, but without really using a browser. You can use the command line utility “wget” to download a file or a directory right from your terminal. The […]
How to Find the List of Directories in a Directory in Linux/Mac OS X?
Anyone who has used command line on a terminal must have used the linux command “ls” to list the files and directories in a directory. Simple use of “ls” command will list directory and files in a given directory. Often you might want to know only about the directories in a directory. One can use […]
3 Ways to Read A Text File Line by Line in Python
Opening a file and reading the content of a file is one of the common things you would do while doing data analysis. In this tutorial, we will see 3 examples of reading a text file in Python 3. One easy way to read a text file and parse each line is to use the […]


