bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with sed


From: Radim
Subject: Re: Help with sed
Date: Sat, 17 Apr 2010 14:45:53 -0700 (PDT)

The script is already solved on other forum.

awk 'BEGIN{RS="\n}";FS="if"}
!/function codecs/{
   for(i=1;i<=NF;i++){
      if($i~/mandriva/){
        m=split($i,u,"\n")
        for(j=2;j<=m;j++) if(u[j]~/urpmi/){print "-->"u[j]}
      }
   }
}' file
-- 
View this message in context: 
http://old.nabble.com/Help-with-sed-tp28264280p28279013.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]