Search Results

Search: Posts Made By: bdby
1,686
Posted By MadeInGermany
Now I see: your grep -v "^#" finds the empty...
Now I see:
your grep -v "^#" finds the empty lines!
Use grep '^[^#]' instead, or even more precise, grep '^DCGS:'
And without the useless cat
ORACLE_HOME=`grep '^DCGS:' /var/opt/oracle/oratab |...
1,100
Posted By disedorgue
Hi, RS is record separator FS is field...
Hi,
RS is record separator
FS is field separator
So, replace in your code, RS by FS.

Regards.
Showing results 1 to 2 of 2

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