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
/
typedregex5.awk
blob: f702543b90862fcdc44f42ed52dd2162fabcfd31 (
plain
)
1
2
BEGIN
{
FS
=
@
/./
}
{
print
typeof
(
FS
),
$1
,
NF
}