Skip to content

Instantly share code, notes, and snippets.

@metalefty
Created October 7, 2016 04:16
Show Gist options
  • Select an option

  • Save metalefty/ebbd451b216ac0e1796695ce0eae3a99 to your computer and use it in GitHub Desktop.

Select an option

Save metalefty/ebbd451b216ac0e1796695ce0eae3a99 to your computer and use it in GitHub Desktop.
標準エラー出力だけgrep
# 名前付きパイプを作る
mkfifo burning_stderr
# grep を待機させておく
grep PATTERN < burning_stderr
# 別ターミナルで標準エラー出力を名前付きパイプに突っ込む
foobar 2>burning_stderr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment