Small sample shell program Posted on 31-Oct-2007 By Admin No Comments on Small sample shell program for i in `df -k | grep EMCdb | awk ‘{print $6}’` do echo “Veeera said $i” done Linux/Unix, shell