Pipes in Unix Based Operating Systems
Unix based operating systems like Linux offer a unique approach to join two discrete commands, and generate a new command using the concept of pipe(lines). For example, consider command1|command2. Here, whatever output is generated by the first command becomes the standard input for the second command. We can develop more and more complex Unix command sequences by joining many commands while maintaining input output relationships.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.