Skip to content

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

License

Notifications You must be signed in to change notification settings

guonaihong/coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0372a04 · Jun 13, 2019
May 1, 2019
May 1, 2019
May 20, 2019
Apr 16, 2019
May 27, 2019
May 25, 2019
Apr 26, 2019
Apr 27, 2019
Apr 26, 2019
Jun 9, 2019
May 25, 2019
Apr 16, 2019
Apr 16, 2019
Jun 13, 2019
May 20, 2019
May 20, 2019
Feb 20, 2019
Jun 5, 2019
May 20, 2019
Dec 31, 2018
Feb 24, 2019
May 25, 2019
May 25, 2019
Apr 14, 2019
Mar 27, 2019
Apr 16, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
May 20, 2019
Apr 16, 2019
Feb 7, 2019
Feb 10, 2019
May 20, 2019
May 20, 2019
Apr 28, 2019
Apr 29, 2019
Mar 18, 2019
Mar 15, 2019
May 25, 2019
Feb 24, 2019
May 27, 2019
May 20, 2019
Feb 28, 2019
Feb 24, 2019
Feb 24, 2019
Nov 29, 2018
Mar 31, 2019
Jun 13, 2019

Repository files navigation

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%

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages