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
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:
2 matches
Mail list logo