Linux Tutorials for “command tutorial for beginners”
-
Linux Uniq Command Tutorial for Beginners (10 examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
The uniq command reports or even deletes repeated lines in a file. In this article, we will discuss uniq through easy to understand examples.
-
Linux cmp Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux • Comments: 0Pretty much regardless of your role, if your regular work involves doing stuff on the command line in Linux, you may find yourself in a situation where-in you'd want to compare two files using a command line utility. There are several command line tools that let you do this, and one among them is the 'cmp' command.
-
Linux lsof Command Tutorial for Beginners (15 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the tool using 15 easy-to-understand examples.
-
-
Linux cd Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux • Comments: 3The cd command is one of the most frequently used commands in Linux, as it's used to change directories (one of the most basic command line operations). While most users restrict themselves to the basic usage of cd, there are many other features the tool provides.