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 0s 25284KB
stdin
Standard input is empty
stdout
/home/UyVlt0/prog.fasl: 1812