Basic Linux Commands for File Manipulation and Compression

When you work with linux or any unix based operating system, everything is treated as a file. Be it the directories, source code files, binaries, or anything else, everything is stored as a file in linux. You can trying opening 聽a directory in vim (using the command vim聽office_work_directory) to see what happens.聽I would recommend against directly聽editing a directory file though. It鈥檚 just fun to see what is actually stored in a directory file....

April 20, 2019 路 12 min 路 Hemant Kumar

Basic Linux Commands For Text Manipulation

When you work with linux a graphical user interface is not always available. In most cases, you鈥檒l just have the access to a terminal of a remote machine, on which you have just logged in using ssh. In this article we list the basic linux commands for file/text manipulation that you鈥檒l need. These commands are extremely useful for playing around with files in a system. It doesn鈥檛 have to be remote system at all, for experimentation purposes, you can just open up a terminal locally....

March 18, 2019 路 11 min 路 Hemant Kumar

Top 10 Linux Commands Of All Time

In the following article we are going to explore the top 10 linux commands of all time. Linux feels so powerful because it gives you the ability to manipulate virtually everything from the command line. And command line or a terminal is way faster than doing the something from the conventional Graphical user interface (at least when you get used to it). I have a rule of mine which I tell anyone who asks me about how I am so fast with the terminal....

January 18, 2019 路 9 min 路 Hemant Kumar