5 lines
135 B
Text
5 lines
135 B
Text
;; print modification time
|
|
(println (date (file-info "input.txt" 6)))
|
|
|
|
;; set modification time to now (Unix)
|
|
(! "touch -m input.txt")
|