shell
8 Practical Examples of Linux Xargs Command for Beginners
The Linux xargs command may not be a hugely popular command line tool, but this doesn’t take away the fact that it’s extremely useful, especially when…
Linux sha1sum Command Tutorial for Beginners (with Examples)
Linux command line offers several tools for checking and verifying a file’s integrity. One such tool is sha1sum, which we will be discussing here in…
Install and Use YouTube-DL on Ubuntu 16.04
Youtube-dl is a free and open source command line video download tools that can be used to download video from Youtube and other websites like,…
Linux Gunzip Command Explained with Examples
We have already discussed the gzip command in Linux. For starters, the tool is used to compress or expand files. To uncompress, the command offers a…
Linux Head Command Explained for Beginners (5 Examples)
Sometimes, while working on the command line in Linux, you might want to take a quick look at a few initial lines of a file….
Linux Free Command Explained for Beginners (6 Examples)
Sometimes, while working on the command line in Linux, you might want to quickly take a look at the total available as well as used…
Linux Groups Command for Beginners (with Examples)
In Linux, there’s a concept of users (those who use the system), and then there’s the concept of groups, which is basically a logical mechanism…
Linux Groups Command for Beginners (with Examples)
In Linux, there’s a concept of users (those who use the system), and then there’s the concept of groups, which is basically a logical mechanism…
Linux Commands – Overview and Examples
The command line is one of the most powerful features of Linux. There exists a sea of Linux command line tools, allowing you to do…
Linux fmt command – usage and examples
Sometimes you may find yourself in a situation where-in the requirement is to format the contents of a text file. For example, the text file…