Linux | 18. Pipe Operator
Introduction In the previous lesson, to avoid directly outputting the results of certain commands to the terminal, we used redirection to output the results to a file. There is another flow of output information that we need to learn, which is the pipe operator. By using a simple vertical bar “|”, we can avoid generating … Read more