Oh great Unix gurus of the net, please enlighten me. How can I get SCO Unix to
run my favorite csh Unix shell script shown below to get user input?
grepping around the net I found the ksh FAQ & read solution but I'm sure
some other part of my csh script will then fail...any ideas? Thanks.
#! /bin/csh
# foo.sh
# ------
# example Unix shell script gets input from user
# see also ksh: read var
#
echo Type something and press enter:
set FOO=($<)
# read FOO
echo you entered $FOO
-------------------------------------------------------------------------
Darrell Reich Human Interface Design Engineer
(619)643-5234 fax:200,**234 BBS:6252018 a Xerox Company, San Diego, CA
-------------------------------------------------------------------------
"Usability is like oxygen--you never notice it until it is missing..."