AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  File format conversion utility

    Posted Thu May 15, 2008 10:22 AM

    Originally posted by: SystemAdmin


    Hi All,

    Is their any utility on AIX, which can convert an source file into any target file which has only selected fields from the input file.

    The input to the utility may be source file and an configuration file and the output will be a target file with selective fields (might be in different sequence) of the source file.

    What I mean is an extension to awk.


  • 2.  Re: File format conversion utility

    Posted Fri May 16, 2008 10:53 AM

    Originally posted by: tony.evans


    Looks to me like you just need to write a small awk script? Or did I miss something?