xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
anchgsub.awk
(revision 9a63ec2733c93e3ee31e95779a4f2f45a57eda59)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
gsub
(/^[ ]*/,
""
, $
0
) ;
print
}
2