https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224270
--- Comment #4 from Wolfram Schneider <wo...@freebsd.org> --- (In reply to Jilles Tjoelker from comment #2) You mean a pipe like this: ( set -o pipefail; man tcsh | head | wc -l ); echo $? 10 141 You can use a sub shell if you need the pipefail option for a special action only. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"