xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
fork3.0
(revision 7238317403b95a8e35cf0bc7cd66fbd78ecbe521)
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