How to use tee to read from stdin and output to stdout and files? This article, I will introduce you to the tee command. If you forget what stdin and…
pipeline
- 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 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…