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

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

Re: Comando GREP Coluna X Linha


From: itamarnet
Subject: Re: Comando GREP Coluna X Linha
Date: 09 Jun 2016 13:08:03 -0700


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]