#!/bin/csh -f #--------- clean out the tex/latex .aux .log # usage: clntex /bin/rm -f *.aux *.log ### replaces ### alias clntex 'rm -f *.aux *.log'