Table of Contents1 Introduction2 How to Use the find Command in Linux2.1 Basic Syntax of the find Command2.2 Syntax2.3 find…
DevOps Blog – Latest DevOps Articles and Tutorials
sort command in Linux with Examples
Table of Contents1 Introduction2 Understanding the Basics of the sort Command2.1 What is the sort Command?2.2 Syntax2.3 Syntax3 sort command…
echo command in Linux with Examples
Table of Contents1 Introduction2 Syntax3 echo command in Linux with Examples3.1 Example 1: Printing a Message3.2 Example 2: Outputting Variable…
less command in Linux with Examples
less command means less is a filter for paging which allows backward movement in the file as well as forward.…
head command in Linux with Examples
head command means Print the first 10 lines of each FILE to standard output. Syntax head [OPTION]… [FILE]… On the…
tail command in Linux with Examples
tail command means Print the last 10 lines of each FILE to standard output. Syntax tail [OPTION]… [FILE]… On the…
cat command in Linux with Examples
cat command means Concatenate file(s), or standard input, to standard output. Syntax cat [OPTION]… [FILE]… On the man page, the…
vi command in Linux with Examples
vi command means Open a text editor. Syntax vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file …] On the…
sudo command in Linux with Examples
sudo command in Linux means sudo allows a permitted user to execute a command as the superuser or another user,…
man command in Linux with Examples
Table of Contents1 Introduction2 What Is the man Command?2.1 Key Features of the man Command:3 How to Use the man…