[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Shell Scripts



On 4/24/05, Art Edwards <edwardsa@icantbelieveimdoingthis.com> wrote:
> I'm trying to run a shell script with tcsh (my default shell is tcsh).
> My first line of the script is
> 
> #!/bin/tcsh

The system can't find /bin/tcsh, so it's defaulting to bash.  The
correct path should be /usr/bin/tcsh .

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com



Reply to: