Extra newline with bash read?

Fabio Somenzi Fabio@Colorado.EDU
Fri May 30 20:46:00 GMT 1997


>>>>> "R" == Richardson,Anthony  <ARichard@stark.cc.oh.us> writes:

 R> My shell scripts that use "read" to get user input aren't working.
 R> Here's a simple example:

 R>  #!/bin/sh echo -n "input a1: " read a1 echo -n "input a2: " read
 R> a2 echo "a1 = " $a1 echo "a2 = " $a2

 R> It doesn't wait for input at "read a2" and a2 doesn't get set.  Is
 R> the "Enter" key being read as a <CR/NL> pair?  Is there a fix?

You may want to try "C-j" instead of "Enter." It's a workaround rather
than a fix.

Fabio

-- 
Fabio Somenzi          | Phone: 303-492-3466
University of Colorado | Fax:   303-492-2758
ECE Dept.              | Email: Fabio@Colorado.EDU
Boulder CO 80309-0425  | WWW:   http://vlsi.colorado.edu/~fabio

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list