Operating System - HP-UX
1751720 Members
5625 Online
108781 Solutions
New Discussion

Re: source equivalent in HPUX

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor
Solution

Re: source equivalent in HPUX

>I will pass the config.txt to the script as argument.

Then you have to pass in ./config.txt or $PWD/config.txt.

Or you have to add "." to PATH inside your script.