dracoblue.net

tcsh

tcsh does some strange things, if you are using variables (in the example h in a one line while loop.

set h = 1; echo $h; while ( $h != 0 ) ; echo "Input please" ; set h = $< ; echo $h ; end ;
while? end
Input please
4
4
1
Input please
5
5
1
In dracoblue.net by
@ 03 Jul 2008, Comments at Reddit & Hackernews