Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikeohachidi/cmds

I'm attempting to write linux commands
https://github.com/ikeohachidi/cmds

Last synced: 24 days ago
JSON representation

I'm attempting to write linux commands

Awesome Lists containing this project

README

        

# Cmds
Rewriting some linux commands in go
I have no intention of making this a one-to-one recreation of these commands but hopefully can
make them similar feeling enough.

#### Why?
Just for practice.

#### Done
- [x] ls
- [x] pwd
- [x] cp
- [ ] mv?
- [x] rm
- [x] mkdir
- [ ] tail
- [ ] head
- [ ] touch
- [ ] man?
- [ ] echo?
- [ ] cat
- [ ] ping