If you’ve multiple running applications installed on system you might wonder sometimes that which version is running. To find out the path of the application, you can use “which” command then followed by the executable you would have run.
For example :
which svn
This will display the directory of the running version of svn. (Tested this on ubuntu, fedora and suse).
