Guonaihong Coreutils Save

Reimplement the gnu coreutils package with the go language. Coreutils contains many basic commands

Project README

coreutils

summary

The coreutils project is a reimplemented version of golang

install coreutils

env GOPATH=`pwd` go get github.com/guonaihong/coreutils/coreutils

If you want to use the cat command

./coreutils cat flie
./coreutils cut -d":" -f1 /etc/passwd
./coreutils echo "hello china"

install Compile command separately

env GOPATH=`pwd` go run github.com/guonaihong/coreutils/buildall

If you want to use the cat command

./cat flie
./cut -d":" -f1 /etc/passwd
./echo "hello china"

The completed command is as follows

progress

progress = 34 / 92 = 36.7%

Open Source Agenda is not affiliated with "Guonaihong Coreutils" Project. README Source: guonaihong/coreutils
Stars
53
Open Issues
7
Last Commit
4 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating