HEIC to JPG« an older post
a newer one »What Shell am I Using?

All the versions on $PATH with "which"

Snippet

Where is the program I'm running located? Right, use which.

But to see all of the different versions, use -a.

$ which -a rails
/Users/kitt/.rvm/gems/ruby-2.7.2/bin/rails
/usr/bin/rails

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.