#!/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 less on any # alias definitions, only on files found in the path. if (`where $*:q` != "") less `where $*:q`