Comment on Path Isn't Real on LinuxparentComments−just69791yPrepend for all paths on a command line? Or just for the executable?For all paths it could be dangerous and should very probably not be done. But for executables it's less dangerous and can easily be done by putting '.' into $PATH.
Comments
Prepend for all paths on a command line? Or just for the executable?
For all paths it could be dangerous and should very probably not be done. But for executables it's less dangerous and can easily be done by putting '.' into $PATH.