Operating System - HP-UX
1757542 Members
2460 Online
108862 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.