Cat command and pipelines in Linux
After talking about standard output and standard error, we will now encounter a command that makes use of standard input. That command serves many different purposes, and we will try to mention some of them. The command is known as cat (concatenate). The cat command… Read More »Cat command and pipelines in Linux