https://github.com/abhishekshree/gnix
*nix commands written in go.
https://github.com/abhishekshree/gnix
golang
Last synced: 9 months ago
JSON representation
*nix commands written in go.
- Host: GitHub
- URL: https://github.com/abhishekshree/gnix
- Owner: abhishekshree
- Created: 2021-06-17T13:53:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T12:04:39.000Z (over 4 years ago)
- Last Synced: 2025-01-21T09:48:56.561Z (11 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gnix
Wrote some basic UNIX Commands while learning about go, also did learn how to write Makefiles.
To list them, this repository has implementations of -
- cat
- cp
- dirname
- echo
- ls
- mkdir
- pwd
- sleep
- touch
- whoami
- grep (basic search)
One can use the ```build.sh``` file to build all the files and store in the ```./build``` folder.
### Update
You can also use ```make``` to build the files.