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...
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...
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]/))...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.