Problem: You want to support –really-long-option-names in your bash script and getopts won’t do it. More problems: You don’t want to use getopt because you want cross platform support or your platform isn’t supported. More problems than that: I can’t help with existential issues. Solution: Rewrite the long options into short options and then use [...]