Creates an echo command
(actually it writes to process.stdout directly instead of echo).
Creates a Command that edits a file by readFile() and writeFile().
Does not use stream so not suited for huge files.
Generated using TypeDoc
Removes all contents of a directory, or creates the directory if absent. (Actually it tries
rmdir()and thenmkdir()).