how to run your tcsh shell script in the new shell

how to run your tcsh shell script in the new shell

Post by kianglen » Mon, 21 Jun 2004 03:13:12


example :

echo test1
tcsh
echo test2

output ==> test1

1. seem that the "echo test 2" is not running, my question is how to
run the shell script in this new tcsh.

2. can i also run my shell script in new, xterm or new machine (with
command rsh) ?
 
 
 

how to run your tcsh shell script in the new shell

Post by foo » Mon, 21 Jun 2004 05:38:08


Try: tcsh -c 'echo test2'