Handbook
Glossary
find-files-larger-than ( path size -- seq )
Vocabulary
io
.
directories
Inputs
path
an
object
size
an
object
Outputs
seq
an
object
Definition
USING:
accessors
io.files.info
kernel
math
;
IN:
io.directories
:
find-files-larger-than
( path size -- seq )
[
[
link-info
size>>
]
]
dip
[
>
]
curry
compose
find-files
;