Sujet : Re: Useless Use Of Regexes
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 28. Mar 2025, 19:46:46
Autres entêtes
Message-ID : <m4o94mFs1lhU1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.160 (Toresk; )
On Fri, 28 Mar 2025 11:42:37 -0400, Chris Ahlstrom wrote:
The getopt family is a pain in the ass. I wrote my own command-line
parsing,
though I do not use it in legacy apps.
I've never used getopt_long() but I find getopt() to be cleaner than DIY
parsing.