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

  • Users: toax
  • Order by date
  1. toax

    If statement compare two file

    Your code is working, but when I have different size (row and header) between file 1 and 2 ,it is not work properly. And I have last question, is it possible to compare two file but they have different header , row and column with awk. As an example : File 1: 2 2 (header #1) 3 4 5 C D 10 1 2...
  2. toax

    exctract file according header,column and row

    Thank @PHV, yes this code able to produce several files, I'm sorry it was mistake, so I can learn more about awk, Thanks again for your kind help
  3. toax

    exctract file according header,column and row

    Thanks for your reply, but this code only produce one file ("file"), isn't? the problem is I want to produce saveral files (file 2 , 3, and 4) from file 1. I am a really beginer in awk programing.
  4. toax

    If statement compare two file

    I am beginer in programing, I would like to compare column and instead of it, give "if statement" and produce second file. File 1 5 A B 20 C D file 2 : 6 1 1 22 2 4 and produce file 3 : 6 1 1 A B 22 2 4 C D file 3 produce according comparison between column 1 at file 1 and 2 , if $1 <...
  5. toax

    exctract file according header,column and row

    I am beginer in programing with awk, I have file 1 : 1 2 3 3 3 3 3 3 3 2 3 4 4 4 4 4 4 1 4 7 7 6 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 3 4 2 1 1 1 1 1 1 1 5 2 2 2 2 2 2 2 3 4 4 4 4 4 4 4 4 6 6 6 6 6 6 6 6 and I would like to extract file 1 according header, row and coloumn. This...

Part and Inventory Search

Back
Top