xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
fork3.0
(revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
3
test "$result" = "ps"
4