Skip to content

Latest commit

 

History

History
66 lines (61 loc) · 1.75 KB

README.md

File metadata and controls

66 lines (61 loc) · 1.75 KB

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%