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

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

Re: Excluindo linhas em arquivo texto


From: voyeg3r
Subject: Re: Excluindo linhas em arquivo texto
Date: Mon, 03 Sep 2007 09:45:23 -0000
User-agent: eGroups-EW/0.82

O gnu/sed tem uma opção que faz o backup e ao mesmo 
tempo edita o arquivo sem precisar renomear

  sed -i.backup '/#I"etc"/,/^#F"etc"/d' /etc/smb.conf

veja se o seu sed tem esta opção "-i"

man sed...


  -i[SUFFIX], --in-place[=SUFFIX]

        edit files in place (makes backup if extension supplied)

Referências: 
http://www.zago.eti.br/sed.txt
man sed





reply via email to

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