Hacker News new | ask | show | jobs
by nerdponx 3160 days ago
Alternatively and less wastefully:

    echo foo | grep bar || true
1 comments

Alternatively and shorter:

    echo foo | grep bar || :