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

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

Re: Capturar e Exportar Dado para txt - HTML


From: itamarnet
Subject: Re: Capturar e Exportar Dado para txt - HTML
Date: 01 Oct 2015 09:49:12 -0700

Boa tarde Isaac

Tenta um desses comandos:

 wget -qO- http://192.168.6.4:2001/status.html | html2text | sed -n '/Tensão de entrada:/{s/[^0-9.]//g;p;}'

 ou

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


[]'s
Itamar

reply via email to

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