How to use clear command in Linux.
How To Use Clear Command. In Linux, clear is built-in command which is used to clear terminal screen. This command runs on different distributions of Linux based operating systems like...
Continue reading
How to use host command in Linux.
How To Use Host Command. Follow this article’s guideline to learn how to use hostname command on Linux. Host is a command line utility that makes it possible for the...
Continue reading
How to use od command in Linux.
How To Use Od Command. The “od” is an efficient command that helps to understand the complex data which is not human-readable. In Linux operating system, “od” is a useful...
Continue reading
How to use mount command in Linux.
How To Use Mount Command. The Linux file system hierarchy is arranged in a tree, with the file system starting from the root directory (/). All other child file systems...
Continue reading
How to use zcat command in Linux.
How To Use Zcat Command. The “zcat” command in Linux is a tool for displaying the contents of compressed files in the “gzip” format. It is similar to the “cat”...
Continue reading
How to use cal command in Linux.
What is cal command? Sometimes, you might want to have a peek at the year’s calendar or even narrow it down to a month’s calendar. The Linux cal command is...
Continue reading
How to use sort command in Linux.
What is sort command? The `sort` command in Linux is part of the GNU Coreutils package. This command is used to sort lines of text in a specified file or...
Continue reading
How to use comm command in Linux.
How To Use Comm Command. The following guide will explain how to use the Linux comm command with examples. About comm command: The comm command is a simple Linux utility...
Continue reading
How to use more command in Linux.
How To Use More Command. In this guide, we look at the Linux more command and demonstrate how you can make the most out of it. The cat command is...
Continue reading
How to use tac command in Linux.
What is tac command: tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first....
Continue reading