index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
fstabplus.awk
blob: 748a44f42aa0f689e845eb38301daeecf5a78b68 (
plain
)
1
2
BEGIN
{
FS
=
"
\t
+"
}
{
print
$1
,
$2
}