1 example for whence
# List all the pythons accessible in your $PATH (zsh only)
whence -a python
# Show the absolute path of MySQL even if it's aliased (zsh only)
whence -p mysql
# List all the pythons accessible in your $PATH (zsh only)
whence -a python
# Show the absolute path of MySQL even if it's aliased (zsh only)
whence -p mysql