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: Fri, 10 Jun 2016 08:31:59 -0300

Bom dia a todos,

Show Itamar eu vou tentar sim, muito obrigado pela força. 


Atenciosamente,




Em 9 de junho de 2016 20:06, address@hidden [shell-script] <address@hidden> escreveu:
 

Tenta isso tb para experimentar

[root@localhost tmp]# 
df  -h | awk '$5 >= 50 && NR>1 { print "Status", $1, $5 }'

pode-se fazer a condição diretamente no awk

[]'s
Itamar



reply via email to

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