(use file.util) (use srfi-13) (for-each print (directory-list "/bin" :filter (lambda (x) (not (string-prefix? "." x)))))