BogdanR6/coreutils
A reimplementation of the GNU coreutils in Zig.
A reimplementation of the GNU coreutils in Zig. This is a work in progress.
# to build all of the utils
$ zig build -p <output_directory>
# to build individual utils
$ zig build -p <output_directory> -Dutilname=<util_name>