(Unix/Linux) How to execute different commands with same name?
- by colorfulgrayscale
I have a two seperate files on my computer,
which execfile
/usr/local/bin/
/usr/bin/
so, i have two files with the same name in two different directories. How can I specify exactly which command to run?
Thanks.