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

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

Re: [shell-script] Eliminar linhas selecionadas


From: Ulysses Almeida
Subject: Re: [shell-script] Eliminar linhas selecionadas
Date: Tue, 18 Jan 2005 14:37:40 -0300
User-agent: Mutt/1.5.5.1i

On Tue, Jan 18, 2005 at 03:17:42PM -0200, Renato L. Sousa wrote:
> 
> Olá amigos,
Olá

> Tenho um texto formado da junção de várias páginas html.  As junções 
> possuem a seguinte caracteristica:
> 
> [2]Seguinte
> 
> Referências
> 
>    1. http://www.url_da_pag_seguinte/pag.html
>    2. http://www.url_da_pag_seguinte/pag.html
> 
> 
> ...
> Cabeçalho da proxima pagina
> ...
> [1]Seguinte
> 
> Gostaria de um sed "mágico" que eliminasse o q está entre [2]Seguinte e 
> [1]Seguinte
> 
> Tentei
> cat texto.txt | sed -n '/[2].*[1]/!p'
> mas não funcionou... Alguem pode me ajudar ?
> 
Posso tentar, veja se isso resolve.

cat texto.txt sed '/\[2]/,/\[1]/ d'

  []s

-- 
    .~.  Ulysses Almeida
   / V \  address@hidden
 / (   ) \  Seja livre, use GNU/Linux! 
   ^^-^^


reply via email to

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