Hi All,
I need to display the output of rah "df -m" only for the filesysytems those are touching or crossing 80%. Im using SuSE Linux box and the output of original rah command is-
/dev/NODE0001
557900 446681 83319 75% /db2fs/NODE0001
/dev/NODE0002
557900 425400 104600 80% /db2fs/NODE0002
/dev/NODE0003
557900 428895 101105 85% /db2fs/NODE0003
My desired output should come like this-
/dev/NODE0002
557900 425400 104600 80% /db2fs/NODE0002
/dev/NODE0003
557900 428895 101105 85% /db2fs/NODE0003
Can anybody tell me the command using awk or similar to that please?
Thanks,
Naresh
