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