#!/bin/ksh

\\df -k | grep 'c.d.s.' > /tmp/.tmp1

awk '($3 / $2) * 100 > 80 {print $6}' /tmp/.tmp1