Command-Line Tip: Put Down the Pipe(linuxjournal.com)
linuxjournal.com
Command-Line Tip: Put Down the Pipe
https://www.linuxjournal.com/content/put-down-pipe
1 comments
The `find ... | echo` and `find ... | rm` counter-examples are not right; neither `echo` nor `rm` read their arguments from stdin.