in reply to Check for another program availability
If the program can be found in $ENV{'PATH'} when it is installed, then just trying to execute it will either succeed or fail, no need to search first. See system and exec.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Check for another program availability
by Radiola (Monk) on Apr 14, 2021 at 06:20 UTC |