xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
cmdsubst12.0
(revision 2008043f386721d58158e37e0d7e50df8095942d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
f() {
3
echo x$(printf foo >&2)y
4
}
5
[ "$(f 2>&1)" = "fooxy" ]
6