In Linux, what does the piping command (1) do?
It searches a specified file and returns all lines in the file containing a specified string.
It sends the standard input of one command as standard output to another command for further processing.
It moves a file or directory to a new location.
It sends the standard output of one command as standard input to another command for further processing.



Answer :

Other Questions