zig-coreutils
zig-coreutils copied to clipboard
A single executable implementation of various coreutils.
That's it, have you looked into transpiling C to Zig? It could alleviate the process of porting by hand, also, give the GNU coreutils are stupidly big and non-POSIX, why...
The functionality for short and extended help was implemented in https://github.com/leecannon/zig-coreutils/commit/09c72e74746b3edfc05bee03cdb688c64259a6d3. This issue will be left open to track adding examples to any subcommands that could use them. - [x]...
I wanted to hack on some coreutils to teach myself Zig. I was going to start by pulling in the Rust MIT license coreutils shell expectation tests and GNU shell...