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

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

RE: [shell-script] Deletar linha de um arquivo


From: MrBiTs
Subject: RE: [shell-script] Deletar linha de um arquivo
Date: Tue, 30 Aug 2005 15:36:17 -0300

/*
root@sepsrv123:~# cat -n .bash_history | head
root@sepsrv123:~# cat -n .bash_history | head | sed '3d'
*

Que tal só o 

$ sed '3d' arquivo > arquivo_sem_a_linha3


------------------------------------------
"There is still more Unix-nature in one
line of shell script than there is in ten
billion lines of C" 
Master Foo - Sh-bng Province - 530 B.C.
 
"Programar em shell scritp é a coisa mais gostosa que você pode fazer
vestido"
Julio C. Neves - 10/08/2005



reply via email to

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