cfunction (os/cwd) Returns the current working directory.
(os/cwd) # => "/Users/cell/tmp" (os/getenv "PWD") # => "/Users/cell/tmp" (get (os/environ) "PWD") # => "/Users/cell/tmp"