Jump to content

Parse command-line arguments: Difference between revisions

m
→‎{{header|REXX}}: split two long sentences into two lines.
(Add implementation in Standard ML (SML/NJ and MLton))
m (→‎{{header|REXX}}: split two long sentences into two lines.)
Line 1:
{{draft task|Basic language learning}}
 
[[Command-line arguments]] can be quite complicated, as in "nc -v -n -z -w 1 192.168.1.2 1-1000". Many languages provide a library (getopt or GetOpt) to parse the raw command line options in an intelligent way.
 
Many languages provide a library (getopt or GetOpt) to parse the raw command line options in an intelligent way.
<br><br>
 
=={{header|AutoHotkey}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.