#!/bin/echo This script needs to be sourced! alias getlect 'grep \!* ~sbloch/html/class/271/271_calendar.shtml' alias showstuff 'date ; cal ; echo List of Files: ; ls' alias swap 'echo \!:2 \!:1' alias thrice 'echo \!* \!* \!*' alias indir 'set current=`pwd` ; cd \!:1 ; \!:2* ; cd $current ; pwd' # I haven't figured out how to do p3 in a csh alias....