On Tue, Aug 21, 2012 at 6:10 PM, Mures Andone <[email protected]> wrote:
> Ma bag si eu :) > > On Tue, Aug 21, 2012 at 6:00 PM, Dumitru Ciobarcianu > <[email protected]> wrote: > > On 21-Aug-12 5:49 PM, Alexandru Balan wrote: > >> 2012/8/21 Victor Buciuc <[email protected]> > >> > >>> Poti folosi sed: > >>> [...] > >>> > >> Dar ceva de genul for q in `cat patterns`; do cat logmare | sed -e > '/$q/w > >> q.log' done o merge ? > >> > > cat biglog | sed -e $(cat patterns| while read line; do echo "/$line/w > parsed_$line.txt"; done) > > Ar trebui sa mearga... > I-am dat de cap, cu 10% contributie personala ;) Multam fain > > -- > ...and justice for all... > _______________________________________________ > RLUG mailing list > [email protected] > http://lists.lug.ro/mailman/listinfo/rlug > _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
