In good c libraries, the argv[] array is not resorted with the flags at the beginning, then normal argvs, for example in glibc if you run ./wc file -l -c, argv will be ./wc -l -c file
Extremely minimalist coreutils. It also includes some util-linux packages
Licensed under the k9pl. See LICENSE for more information.