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

  • Users: cback
  • Order by date
  1. cback

    CSV files

    Brilliant - thanks, although it'll take a while to digest!
  2. cback

    CSV files

    Hi Another query ... I have a csv file with names and addresses, eg: FRED,SMITH,128 NEW DRIVE,LONDON but sometimes I get a record: FRED,SMITH,"128 NEW DRIVE,HOLBORN", LONDON where 128 NEW DRIVE,HOLBORN is the third field Is there any easy way to code this in awk, perhaps with pattern...
  3. cback

    incrementing blank array element

    Hi Probably an easy one but here goes; I want to increment a count in an array like this:- arr[$1]++ to count occurences of a value through a file. But if that element of the array is NULL or blank this doesn't work. Is there a simpler one liner to initialise and then increment the element...

Part and Inventory Search

Back
Top