Search Results

Search: Posts Made By: sshah1001
6,188
Posted By methyl
Off topic: Be aware that there is a useful...
Off topic:
Be aware that there is a useful system script which comes with Oracle called oraenv . Well worth a read of the script.
6,188
Posted By Corona688
That's the way it's supposed to work. ...
That's the way it's supposed to work.

Running it like ./programname runs it in its own, independent, separate shell. That shell, not yours, has the environment variables set in it. And when the...
Forum: AIX 07-13-2010
2,892
Posted By funksen
awk '!/^#|^$/{print $3}' applcust.txt | while...
awk '!/^#|^$/{print $3}' applcust.txt | while read i ; do grep $i patch999999.log >/dev/null 2>&1 || echo "$i not found in log" ; done
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy