I know that a single dash goes with one character when we set options using getopt or optparse. but is there anyway to use a single dash with more than one character, like -apply?
I know that a single dash refers to a short name, and conventionally people use one character for it. but there are some commands (eg, find -printf) that use long name with a single dash.
Does anyone know how to use long name with a single dash in bash on Linux (using getopt or optparse other bash tools)?