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 dencom 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: menyl
  • Content: Threads
  • Order by date
  1. menyl

    Hello , I wrote a awk script , l

    Hello , I wrote a awk script , line by line. each line is an awk one liner. now I want to intergrate all lines into one AWK script. I tried to do that for more than couple of hours but no success. each line runs perfect by itself... I must be doing sothing wrong here. I would appricate your...
  2. menyl

    check if line end with \

    HI all, I want to check if a line end with \ ,if it does I need to attached the next line to it (with one space), with out the \ and so one for the next line. if its not I just need to print it I must use awk for this. Im using this awk line just to check if the line end up with \ but I get...
  3. menyl

    check if a variable exist

    HI all, Im using this awk line to modify my ntlist file : awk 'BEGIN{FS="[ )(]+"}{print;for(i=1;i<=NF;++i)if($i~/^net[0-9]/)print "R_par("$i" net_lik) res r=1e9"}' input.scs > output.scs now , there is a new condition that I need to be acount for, as well as the old one (if($i~/^net[0-9]/))...
  4. menyl

    detect the field number of a word, and print the number

    Hi Guys, I need to edit a netlist. it is a text file that contain many lines, that are dont have a certain order. I need to find the word ( string) net. the problem is that one time it can be net01 or net56 or any other combination of the word net with any number between 0 to 1000000. I need is...

Part and Inventory Search

Back
Top