#! /bin/csh -f # Name: forunzip # Usage: forunzip (no argument) foreach file (*.zip) unzip $file end