Hacker News new | ask | show | jobs
by rightbyte 595 days ago
Really? Wont that break piping grep?
1 comments

Probably, so don't `set -o pipefail` in scripts that pipe into grep.
Ah ok I read it as 'sets it by default' for some reason.