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: itamarnet
Subject: Re: [shell-script] Re: Comando GREP Coluna X Linha
Date: 09 Jun 2016 16:06:43 -0700

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]