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

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

Re: [shell-script] Re: Capturar e Exportar Dado para txt - HTML


From: itamarnet
Subject: Re: [shell-script] Re: Capturar e Exportar Dado para txt - HTML
Date: 01 Oct 2015 09:58:59 -0700


Caso Isaac

É um caso típico de "enconding", mas o sed é bem versátil.

Tente trocar apenas o "ã" por . (ponto), assim:

 sed -n '/Tens.o de entrada:/{s/[^0-9.]//g;p;}'


[]'s
Itamar

reply via email to

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