xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
prdupval.awk
(revision ae389aa988ce154c9f8d5d4dbe4a63c3744339f4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
print
NF
,
$NF
,
"abc"
$NF
}
2