RosettaCodeData/Task/File-size/Emacs-Lisp/file-size.l
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
127 B
Common Lisp

(message "sizes are %s and %s"
(nth 7 (file-attributes "input.txt"))
(nth 7 (file-attributes "/input.txt")))