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
/
mbstr2.awk
blob: 4f2c8cc6362ee6d554441dea1cd9932287089873 (
plain
)
1
match
(
$0
,
/:deathdate=2007....:/
)
{
print
substr
(
$0
,
RSTART
+
11
,
RLENGTH-
16
)
}