Function
(cd[directory])
Sets the current working directory. If directory is not specified then the working directory is set to the user's home directory.
;; Setting the current working directory. (cd "/tmp") ⇒ "/tmp/" (cd) ⇒ "/Users/hkt/"
cm-version [Function]date-and-time [Function]pwd [Function]shell [Function]