Csh/Tcsh


Table of Contents

Variable Usage under csh 
csh if 
foreach and var 
script 
output 
More exmp 
cmd:tcsh history 
Csh Dir Stack management 
tcsh history 
notes: 
How to change from c to tc shell? 
t/csh path setting 
t/csh path setting 

Variable Usage under csh 

> echo $HOME/bin:$HOME/local/bin:$PATH
/home/users/...
> echo $HOME/bin:$HOME/local/bin:$PATH:
Variable syntax
> echo $HOME/bin:$HOME/local/bin:${PATH}:
/home/users/...
[Note]

when ':' is following a variable, use ${}.

documented on: 2000.02.16 Wed 13:09:47