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. 1 day ago
cat Quick code review and clean up to make them all about the same in style. 1 day ago
curl Quick code review and clean up to make them all about the same in style. 1 day ago
cut Quick code review and clean up to make them all about the same in style. 1 day ago
date Very basic date, but doesn't use the unix format. 1 week ago
du The du command is implemented. 1 week ago
find Quick code review and clean up to make them all about the same in style. 1 day ago
grep Quick code review and clean up to make them all about the same in style. 1 day ago
head head and tail are working. 1 week ago
ls Quick code review and clean up to make them all about the same in style. 1 day ago
nohup Quick code review and clean up to make them all about the same in style. 1 day ago
numfmt Quick code review and clean up to make them all about the same in style. 1 day ago
od Quick code review and clean up to make them all about the same in style. 1 day ago
sha512sum Quick code review and clean up to make them all about the same in style. 1 day ago
sleeper Made a little test command to confirm nohup works. Nohup doesn't keep running on windows but that's expected. 6 days ago
sort Quick code review and clean up to make them all about the same in style. 1 day ago
starter Simple stat command is implemented. 1 week ago
stat Quick code review and clean up to make them all about the same in style. 1 day ago
tail Quick code review and clean up to make them all about the same in style. 1 day ago
tr tr is now working. 1 week ago
uniq Quick code review and clean up to make them all about the same in style. 1 day ago
wc Quick code review and clean up to make them all about the same in style. 1 day ago
.gitignore Initial commit 3 months ago
LICENSE Initial commit 3 months ago
README.md Sorted out the outline for the final module of LGoTHW. 2 weeks ago
outline.txt Sorted out the outline for the final module of LGoTHW. 2 weeks 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