go-coreutils
go-coreutils copied to clipboard
A cross-platform port of GNU's coreutils to Go
Hi Eric! I am developing a shell package - see https://github.com/mvdan/sh. One of its components is an interpreter. That means I have to implement the shell builtins like `echo` and...
The folder internal/flag seems to be very necessary to building this project, and it was removed a few commits ago.
Using a fixed size byte array increases performance by x100 ```shell $ go run yes.go n | pv -r > /dev/null [1.07MiB/s] $ go run yes.go n | pv -r...
Need some help creating generic build scripts. Basic idea would be a Go file inside the main repo that allows you to build any of the go-coreutils commands you want....