#!/bin/csh -f
# Edit the specified files, after touching them to make sure they exist.
# :q = Quote each incoming arg in case it contains embedded spaces and such.
touch $*:q
e $*:q