Quote:
Originally Posted by Browser_ice
But can't I run any scripts from anywhere as long as I am in the same folder of it ?
|
This is a confusing question - I'm not sure what you mean.
I'm not aware of any 'folders' - maybe directories?
Quote:
|
Originally Posted by Browser_ice
I mean, if it is coded to be recognized by KSH and is executable, then if I am in the same folder, I should be able to run it no matter what's in the PATH ?
|
Nope, $PATH defines your.... well, sequence of directories to search for a named executable. If the current directory (.) is not in the list of paths, it will not be searched.