Em Seg, 2006-03-20 às 15:31 -0300, Eder Gobbi escreveu: > Boa tarde lista > > Como eu poderia fazer para remover todas as linhas de um arquivo que > comecem com #.. ?
udando o grep explo: cat arquivo | grep -v ^# > arquivonovo []s > -- > Eder Gobbi <[EMAIL PROTECTED]> > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

