xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
redir4.0
(revision d37eb51047221dc3322b34db1038ff3aa533883f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
{ echo bad 0>&3; } 2>
/dev/null
3>
/dev/null
3>&-
3
exit 0
4