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
/
fsbs.awk
blob: 1c6f9d68616e1f94a3a40f0fa279dd1bfa14918b (
plain
)
1
2
BEGIN
{
FS
=
"
\\
"
}
{
print
$1
,
$2
}