-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SC2008
Turiok edited this page Feb 16, 2025
·
5 revisions
Note: Removed in v0.4.7 - 2020-03-07
find . | echofind .You are piping command output to echo, but echo ignores all piped input.
In particular, echo is not responsible for putting output on screen. Commands already output data, and with no further actions that will end up on screen.
None.