Handbook
Glossary
parse-crontab ( input -- entries )
Vocabulary
crontab
Inputs
input
an
object
Outputs
entries
an
object
Definition
IN:
crontab
GENERIC:
parse-crontab
( input -- entries )
Methods
USING:
ascii
crontab
kernel
sequences
;
M:
object
parse-crontab
[
[
blank?
not
]
find
nip
{
f
35
}
member?
]
reject
[
parse-cronentry
]
map
;
USING:
crontab
splitting
strings
;
M:
string
parse-crontab
split-lines
parse-crontab
;