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

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

Re: [shell-script] Obter informaçõe s de um arqu ivo HTML (Shell Script)


From: itamarnet
Subject: Re: [shell-script] Obter informaçõe s de um arqu ivo HTML (Shell Script)
Date: 20 Jul 2016 12:26:03 -0700

Tenta isso Andre

 awk '/swarm/{printf $0};/target=/' arquivo.html | sed 's/<[^>]*>//g;s/^ *//;s/ *$//' | tr -s ' '

[]'s
Itamar




reply via email to

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