https://github.com/ashwingopalsamy/build-your-own-which-utility-in-go
this repo implements linux's `which(1)` utility that finds the full path of an executable file
https://github.com/ashwingopalsamy/build-your-own-which-utility-in-go
Last synced: about 2 months ago
JSON representation
this repo implements linux's `which(1)` utility that finds the full path of an executable file
- Host: GitHub
- URL: https://github.com/ashwingopalsamy/build-your-own-which-utility-in-go
- Owner: ashwingopalsamy
- License: mit
- Created: 2024-12-14T17:19:21.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T17:49:23.000Z (6 months ago)
- Last Synced: 2025-02-14T12:53:35.997Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-your-own-which-utility-in-go
this repo implements linux's `which(1)` utility that finds the full path of an executable file