#! /bin/csh -f
# Lists files greater than 100Kb

/bin/ls -laR | gawk -f ${STOLFIHOME}/bin/fbf.awk
