[FUGSPBR] SH - linhas do arquivo

João Carlos Mendes Luís jonny em jonny.eng.br
Seg Abr 28 11:45:56 BRT 2003



Renato Botelho wrote:
> esqueci de colocar o cut... =)
> 
> #!/bin/sh
> 
> TOTALLINES=`wc -l teste.txt | sed 's/[^0-9]//g'`
> LINES=`expr $TOTALLINES - 2`
> 
> tail -n $LINES ${CAMINHO}arquivo.txt | cut -c 2-13

Pra que complicar?

tail -n +2 ${CAMINHO}arquivo.txt | cut -c 2-13

> 
> isso deve resolver seu problema
> 
> []s
> 
> Renato
> ----- Original Message ----- 
> From: "João Paulo Andrade" <joaopaulo em unimetro.com.br>
> To: <fugspbr em fugspbr.org>
> Sent: Monday, April 28, 2003 9:48 AM
> Subject: [FUGSPBR] SH - linhas do arquivo
> 
> 
> 
>>Bom dia,
>>
>>estou dando o comando
>>
>>cut -c 2-13 ${CAMINHO}arquivo.txt
>>
>>em um script sh , mas gostaria de desprezar as primeiras
>>duas linhas do arquivo. Já dei uma procurada no whatis mas
>>não encontrei nada.
>>
>>como ficaria a linha acima?
>>
>>Valeu
>>
>>------------------------------------------------------
>>João Paulo Andrade
>>Unimed Metropolitana de Salvador
>>Setor de Informática
>>ICQ #73803144
>>
>>
>>_______________________________________________________________
>>Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
>>Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
>>
> 
> 
> _______________________________________________________________
> Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
> Historico: http://www4.fugspbr.org/lista/html/FUG-BR/


-- 

                                         Jonny

-- 
João Carlos Mendes Luís - Networking Engineer - jonny em jonny.eng.br
--
"the West won the world not by the superiority of its ideas or values
or religion but rather by its superiority in applying organized
violence. Westerners often forget this fact, non-Westerners never do."
-- Samuel P. Huntington

_______________________________________________________________
Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/



Mais detalhes sobre a lista de discussão freebsd