disk usage

Hi ,..

I am working on a script like....
it has to monitor the disk usage (df -H) and if usage is above 95% then it has to return the particular mount point details...

i am in confusion to use awk or sed.....

regards
rrs

Use "awk" if you want.
Basiclly it's what ever works for you.
What UNIX are you using?