Skip to content

Instantly share code, notes, and snippets.

@SXHRYU
Created August 15, 2023 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SXHRYU/2b41497991e6bb777532f9fb19db4584 to your computer and use it in GitHub Desktop.
Save SXHRYU/2b41497991e6bb777532f9fb19db4584 to your computer and use it in GitHub Desktop.
pipe stderr to grep.
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