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
/
scalar.awk
blob: 9027389bae57f207495035cc7fdf3698d6499305 (
plain
)
1
2
3
4
BEGIN
{
sub
(
/x/
,
""
,
a
)
a
[
1
]
}