xref
: /
plan9-contrib
/
sys
/
src
/
cmd
/
dict
/
rev.awk
(revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
NF
==
2
{
2
printf
"%s\t%s\n"
, $
2
, $
1
3
}
4
NF
!=
2
{
5
print
"ERROR "
$
0
6
}
7