5 lines
94 B
Factor
5 lines
94 B
Factor
USE: io.directories.search
|
|
|
|
"." t [
|
|
dup ".factor" tail? [ print ] [ drop ] if
|
|
] each-file
|