#! /bin/csh # rmall - C Shell script to delete all files # find . -exec rm -f {} \;