#!/bin/csh -f # Note: The -f above is important. It prevents .cshrc from running, so # no aliases are defined, so this does not try to run e on any # alias definitions, only on files found in the path. if (`where $*:q` != "") e `where $*:q`