Created
August 15, 2023 18:13
-
-
Save SXHRYU/2b41497991e6bb777532f9fb19db4584 to your computer and use it in GitHub Desktop.
pipe stderr to grep.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command 2>&1 >/dev/null | grep "line" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment