This is a CLI Utilities library for Node.js.
Time spent: 3.25 hrs
[x]
Time spent:
includes the number of hours spent on the assignmentecho.js
prints the first argument to stdoutcat.js
prints the contents of the first argument to stdouttouch.js
updates the modified date of the first argumentls.js
recursively lists the files of the first argumentmkdir.js
create a directory at the first argumentrm.js
deletes any file or directory at the first argument ln.js
creates a symlink from the second argument to the first argumentgrep.js
prints lines matching the first argument in the files matching the second argumentgrep.js
supports a regex as the second arguments