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 IamaSherpa 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. moreton

    addition of fields from multiple files

    As soon as i posted it i worked out the problem (why I didn't see it before who knows). For those interested here is the code that seems to be working. had to put in an extra equal sign in FNR = NR, and removed the first printing section. $ awk 'BEGIN{FS=OFS=","} FNR == NR...
  2. moreton

    addition of fields from multiple files

    hello, I have several hundred files with similar file names (bldgX1_1.csv, bldgX1_2.csv, bldgX2_1.csv etc). Each file has an array of data For example bldgX1_1.csv 1, 2, 3 2, 3, 4 3, 4, 5 and bldgX1_2.csv 1, 1, 1 1, 1, 1 1, 1, 1 I am wanting to take both of these files and generate one file...
  3. moreton

    expanding a set of data and setting lines to previous lines

    ZING - works a treat, Thanks for that PHV and Annihiannic for some useful information
  4. moreton

    expanding a set of data and setting lines to previous lines

    Annihiannic, what you suggest sort of makes sense but am unable to work out the code Any suggestions would be greatly appreciated.
  5. moreton

    expanding a set of data and setting lines to previous lines

    Hello All, I have had a thorough search around for a solution to problem but am yet to find one. I have found part solutions and getting close but can't seem to close the deal. My raw data looks something like, where ValueX is a comma seperated values. 1,ValueX 6,ValueY 8,ValueZ etc I need...

Part and Inventory Search

Back
Top