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

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

Re: [shell-script] sed - inserir linha


From: Aurelio Marinho Jargas
Subject: Re: [shell-script] sed - inserir linha
Date: Fri, 23 Jul 2004 13:46:42 -0300 (ART)

oi celso,

--- Celso Vianna <address@hidden> escreveu:
> executando o comando sed '15i meu texto' rc.conf - me foi
> retornado o seguinte:
> sed: 1: "1i foda": command i expects \ followed by text

faz assim ó:

$ seq 5 | sed -e '3i\' -e 'texto extra'
1
2
texto extra
3
4
5

falou!

=====
-- 
Aurelio Marinho Jargas, Curitiba, Conectiva
hype: txt2tags v2.0 FINAL em 25 de Julho
http://aurelio.net


        
        
                
_______________________________________________________
Yahoo! Mail agora com 100MB, anti-spam e antivírus grátis!
http://br.info.mail.yahoo.com/


reply via email to

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