root@SERVER ~$ df
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/YXCV 655360 365632 45% 6322 13% /
/dev/ASDF 3801088 670648 83% 41759 32% /usr
/dev/ASR 1048576 500496 53% 5555 9% /var
how can I pipe the df commands output to only display lines that has more usage then 80%?
e.g.: it would only display:
/dev/ASDF 3801088 670648 83% 41759 32% /usr