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

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

Re: [shell-script] Re: Comando GREP Coluna X Linha


From: Janduy Euclides
Subject: Re: [shell-script] Re: Comando GREP Coluna X Linha
Date: Thu, 9 Jun 2016 17:21:59 -0300

Entendi, vou testar desta forma, consigo o resultado tirando "%" ? somente o numero para que eu faca a condição.



Atenciosamente,




2016-06-09 17:08 GMT-03:00 address@hidden [shell-script] <address@hidden>:
 


Apenas awk, por exemplo:

[root@localhost tmp]# df -h | awk '$5 ~ /^[5-9][0-9]%$/ { print "Status", $1, $5 }'


[]'s
Itamar



reply via email to

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