5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
# $FreeBSD$
|
||
|
# A background command has an implicit </dev/null redirection.
|
||
|
|
||
|
echo bad | ${SH} -c '{ cat & wait; }'
|