Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ikeohachidi/cmds
- Owner: ikeohachidi
- Created: 2022-07-10T16:02:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T21:24:54.000Z (over 2 years ago)
- Last Synced: 2024-06-22T03:12:31.691Z (6 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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