I need to use awk to get multiple lines within a file with the record seperator being a double quote. I am trying the following:
cat dbpccq.sh.old |awk 'BEGIN{ FS = "\n"; RS = "\"" }
/VOLUMETABLE="/ {print $0}'
I am trying to pull the information from a file like the following example:
"line1"...
I am coming from the HP-UX world to AIX and am wondering if AIX has any equivalent patch management tool like HP-UX's depot? What is the common way to centralize your patches so any server can get to the repository?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.