shell-script-pt
[Top][All Lists]
Advanced

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

Re: [shell-script] shell + localizar + substituir +string


From: Pablo Fernandes
Subject: Re: [shell-script] shell + localizar + substituir +string
Date: Sat, 1 Nov 2003 14:04:41 -0300 (ART)

Para arquivos muito grandes, user o fgrep que é bem
rápido e sed ou tr:

fgrep string | sed 's/coisa/outracoisa/' (para uma
string)

Pablo Fernandes

 --- "maurelio.geo" <address@hidden> escreveu: >
Amigos,
> alguem pode me ajudar a fazer um shell que sirva 
> para localizar e substituir uma string por oura em
> um arquivo texto 
> Muito grande.


Yahoo! Mail - o melhor webmail do Brasil
http://mail.yahoo.com.br


reply via email to

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