Brandon
· 18w
#askfedi , why does an inline `which python` or similar show up in bash scripts? If my understanding is correct, the which is redundant since it would search the same paths for a canonical path to an ...
@Brandon it gets the path in case of an alias or shell function shadowing the name.