View Single Post
Shanezlar's Avatar
Posts: 38 | Thanked: 67 times | Joined on Oct 2009 @ Allemagne
#7
If you don't specify a directory the shell searches for the command in the directories included in your your $PATH-environmental (that includes the /usr/bin directory).

So effectively, "flasher-3.5" is the same as running "/usr/bin/flasher-3.5".
(You can run "which flasher-3.5" to see which command is eventually executed, if you are uncertain).