$ cat test #!/bin/csh echo "trying to use setenv" setenv | tail -n 1 $ ./test trying to use setenv _=./test