bg6.0   [plain text]


# $FreeBSD$
# The redirection overrides the </dev/null implicit in a background command.

echo yes | ${SH} -c '{ cat & wait; } </dev/stdin'