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: d2ec52eebb2a71f89b0b29a64e574575bae1d60c (
plain
)
1
2
BEGIN
{
FS
=
"
\\
"
}
{
print
$1
,
$2
}