# Coreutils Clone Minimalist coreutils implementation in C. It contains only the functions that I actually use in each program, for better or for worse. In a way, it is inspired by Plan 9's implementations, which are much simpler than Gnu's. To-Do: - [x] echo - [x] cat - [x] tac - [x] head - [x] tail - [x] touch - [x] cp - [ ] dd - [ ] df - [ ] dir - [ ] ln - [ ] ls - [ ] mkdir - [ ] mv - [ ] rm - [ ] rmdir - [ ] base32 - [ ] base64 - [ ] wc - [ ] arch - [ ] basename - [ ] date - [ ] du - [ ] false - [ ] pwd - [ ] true - [ ] whoami - [ ] yes - [ ] less - [ ] more - [ ] ascii - [ ] awk - [ ] grep - [ ] cd