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 bkrike 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: *

  • Users: kaanlu
  • Content: Threads
  • Order by date
  1. kaanlu

    awk and line numbering

    Hi, I have an awk command that modifies the raw batch file.I would like to add a command to insert a unique sequencial number at the end of each line in the batch file. Does any one know how I can achieve it or what command I need to use? Here is the awk command : $awk ' 1==NR {digits =...
  2. kaanlu

    replace column with another column data sed/awk

    Hi, I have a batch file in which the first line is the batch header info and the rest is dataline records. I want to get the 14th and 15th fields from the first line and add those two digits after 24th field of every dataline in the batch. $$$BRS133010305BRS ACCT FEED * NM05...

Part and Inventory Search

Back
Top