JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(os/shell "touch foo") (os/stat "foo" :modified) # => 1593836002 (os/touch "foo") (os/stat "foo" :modified) # => 1593836013