Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jasonb817

    use awk to get multiple lines

    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"...
  2. jasonb817

    When can you delete bff's

    When is it safe to delete bff's from the /usr/sys/inst.images directory on an AIX 5.3 server?
  3. jasonb817

    Patch Management

    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?

Part and Inventory Search

Back
Top