What is the correct syntax for running a Node.js script with command-line arguments on Linux or Mac?
To run the script with no arguments, I would simply use the comm
If you want to do more sophisticated stuff, the following modules are really helpful:
And for fun