Archives - Posts tagged as 'getopt'
creating command-line parserJanuary 22nd / 1 Comment »
Notice that almost all linux programs have command-line options, you can pass in the arguments to your programs. Some common arguments such as: dummy -v dummy --help So ... Continue
