Skip to content
/ rwhich Public

Recursive "which" to track binaries through symlinks

Notifications You must be signed in to change notification settings

Ckarles/rwhich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

rwhich

a "recursive" which to track binaries through symlinks

Have you ever wanted to know where the binary is actually located when using which?

Thanks to rwhich, the which hunt has never beeen easier.

$ rwhich python

/usr/bin/python
/usr/bin/python3
/usr/bin/python3.8

Designed to work on linux, freebsd and mac os. (So please tell me if it does not!)

I wrote this tool for multiple reasons, usually to track binaries handled by tools like update-alternatives and other distros equivalent.

About

Recursive "which" to track binaries through symlinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages