Go to file
qorg11 6f6e702fbe
Don't take file as stdin if you passed a flag after optind
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
2021-01-19 13:51:03 +01:00
src Don't take file as stdin if you passed a flag after optind 2021-01-19 13:51:03 +01:00
.gitignore This will save a lot of time 2020-06-17 21:13:41 +02:00
CHANGELOG Added a bunch of things (mostly indetation), and changelog 2020-12-19 00:38:01 +01:00
CONTRIBUTING.org added contributing guideliness 2020-11-28 22:33:26 +01:00
LICENSE Sorry i haven't slept in 21 hours 2020-06-03 08:25:54 +02:00
README.org Modified the readme because this also has util-linux packes 2020-08-22 09:56:17 +02:00
STYLE.org Added a bunch of things (mostly indetation), and changelog 2020-12-19 00:38:01 +01:00
TODO.org Improve makefile and mark ln as complete 2020-06-02 23:33:15 -04:00

README.org

k9core

Extremely minimalist coreutils. It also includes some util-linux packages

License

Licensed under the k9pl. See LICENSE for more information.