xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
resplit.awk
(revision 99ea293e719ac006d413e4fde6ac0d5cd4dd6c59)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
FS
=
":"
; $
0
= $
0
;
print
$
2
}
2