fork download
  1. (with-open-file (stream *load-pathname*)
  2. (format t "~A: ~A~%"
  3. (truename *load-pathname*)
  4. (file-length stream)))
  5.  
Success #stdin #stdout 0.01s 9720KB
stdin
Standard input is empty
stdout
/home/hMGfv3/prog.lisp: 134