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
/
readdir.awk
blob: 4d35be6af560586c92d2239eedcfdae06a4c0823 (
plain
)
1
2
3
4
5
6
7
@load
"readdir"
BEGIN
{
readdir_do_ftype
(
1
)
}
{
print
}