xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
jobid1.0
(revision 1db9f3b21e39176dd5b67cf8ac378633b172463e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# Non-standard builtin.
2
3
: &
4
p1=$!
5
p2=$(jobid)
6
[ "${p1:?}" = "${p2:?}" ]
7