Re: what does it mean in csh

2002-01-08 Thread Randall R Schulz
Hongxun, To a first approximation, at least, it's this: read x CSH's $< is a request to read a line from the current standard input (subject to whatever redirection may be in effect, of course). In conjunction with a "set" command, the value read becomes the value of the named varia

what does it mean in csh

2002-01-08 Thread hongxun lee
The line below is included in a csh script (to install Ada compiler), but i only have bash (Cygwin) on my PC. What is its equivalent in bash? Thanks set x = $< -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: