This is an education project that attempts to reimplement the GNU coreutils in Go. You can find the full manual here: https://www.gnu.org/software/coreutils/manual/coreutils.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw f851eb004b Quick code review and clean up to make them all about the same in style. 10 months ago
cat Quick code review and clean up to make them all about the same in style. 10 months ago
curl Quick code review and clean up to make them all about the same in style. 10 months ago
cut Quick code review and clean up to make them all about the same in style. 10 months ago
date Very basic date, but doesn't use the unix format. 11 months ago
du The du command is implemented. 10 months ago
find Quick code review and clean up to make them all about the same in style. 10 months ago
grep Quick code review and clean up to make them all about the same in style. 10 months ago
head head and tail are working. 10 months ago
ls Quick code review and clean up to make them all about the same in style. 10 months ago
nohup Quick code review and clean up to make them all about the same in style. 10 months ago
numfmt Quick code review and clean up to make them all about the same in style. 10 months ago
od Quick code review and clean up to make them all about the same in style. 10 months ago
sha512sum Quick code review and clean up to make them all about the same in style. 10 months ago
sleeper Made a little test command to confirm nohup works. Nohup doesn't keep running on windows but that's expected. 10 months ago
sort Quick code review and clean up to make them all about the same in style. 10 months ago
starter Simple stat command is implemented. 10 months ago
stat Quick code review and clean up to make them all about the same in style. 10 months ago
tail Quick code review and clean up to make them all about the same in style. 10 months ago
tr tr is now working. 11 months ago
uniq Quick code review and clean up to make them all about the same in style. 10 months ago
wc Quick code review and clean up to make them all about the same in style. 10 months ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Sorted out the outline for the final module of LGoTHW. 11 months ago
outline.txt Sorted out the outline for the final module of LGoTHW. 11 months ago

README.md

go-coreutils

This is an education project that attempts to reimplement the GNU coreutils in Go. You can find the full manual here:

https://www.gnu.org/software/coreutils/manual/coreutils.html

Go Packages to Teach

Every Project Must Use

Possible Tools