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

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

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