In this article, I will introduce you to the head command. We use head command to print first part of files. Sometimes, you don’t want to display the entire contents…
linux
- This entry is part 7 of 10 in the series Linux commands: Part 6 - Redirection
This article will guide you to the grep command. How to use grep to print lines match a pattern. The grep command is an extremely powerful command in Linux, especially…
- This entry is part 6 of 10 in the series Linux commands: Part 6 - Redirection
This article will introduce wc command. You can use wc command to count the number of lines, words and bytes in the file. Wc command syntax There are 2 ways…
- This entry is part 5 of 10 in the series Linux commands: Part 6 - Redirection
In this article, we will talk about using the uniq command to delete duplicate lines. This is one of the commands that is also used quite a lot while working…
- This entry is part 4 of 10 in the series Linux commands: Part 6 - Redirection
This article will talk about sort command, how to use sort command to sort pipeline data? In the pipeline article, you already know the power when combining commands into a…
- This entry is part 3 of 10 in the series Linux commands: Part 6 - Redirection
This article is about how to use the cat command in Linux. It includes an example of using cat command. The cat command is one of the most common commands…
- This entry is part 2 of 10 in the series Linux commands: Part 6 - Redirection
What is pipeline and how to use it? This article will tell you about a feature that is most powerful in Linux. Use pipelines that are common in operating Linux…
- This entry is part 1 of 10 in the series Linux commands: Part 6 - Redirection
This article will give an overview of I/O redirection in Linux. We will learn what I/O redirection is? Most programs handle its output in two ways: program results and error…
- This entry is part 9 of 9 in the series Linux commands: Part 5 - Working with commands
Use alias command to create custom commands. This article will show you how to create and use it in Linux. In the article about the types of commands available in…
- This entry is part 8 of 9 in the series Linux commands: Part 5 - Working with commands
This article will learn about the info command. The info command is used to display program’s info entry. You have read about the man command, whatis command, apropos command. Now…