public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: read doesn't read the second time
@ 1998-09-24 19:59 Earnie Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Earnie Boyd @ 1998-09-24 19:59 UTC (permalink / raw)
  To: Tony Pires, Steve Kirsch; +Cc: gnu-win32

If you have WinNT:

Make sure you have the Sergey's latest coolview update and the
bash.exe.gz.  Make sure that you `set CYGWIN32=tty %CYGWIN32%' before
starting bash.  This will fix the problem.

I don't know about Win95.  I can only try that from home and it will
be a while before I can get to it.


---Tony Pires <t_pires@fox.nstn.ca> wrote:
>
> Try this:
> 
> #! /bin/sh
> echo -e "enter yes/no: \c"; read answer; echo $answer
> echo -e "enter yes/no: \c"; read answer; echo $answer
> 
> At 12:06 PM 9/21/98 -0700, you wrote:
> >This script fails to wait for the second number to be input:
> >
> >read -p "enter number: " num1
> >read -p "enter another number: " num2
> >echo "done"
> >
> >
> 
> -
> For help on using this list (especially unsubscribing), send a
message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> 

==
-                \\||//
-----------o0O0--Earnie--0O0o------------
--        earnie_boyd@yahoo.com        --
-- http://freeyellow.com/members5/gw32 --
--------------ooo0O--O0ooo---------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

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

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: read doesn't read the second time
@ 1998-09-23 19:20 Tony Pires
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Pires @ 1998-09-23 19:20 UTC (permalink / raw)
  To: Steve Kirsch; +Cc: gnu-win32

Try this:

#! /bin/sh
echo -e "enter yes/no: \c"; read answer; echo $answer
echo -e "enter yes/no: \c"; read answer; echo $answer

At 12:06 PM 9/21/98 -0700, you wrote:
>This script fails to wait for the second number to be input:
>
>read -p "enter number: " num1
>read -p "enter another number: " num2
>echo "done"
>
>

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

^ permalink raw reply	[flat|nested] 6+ messages in thread
* read doesn't read the second time
@ 1998-09-21 15:32 Steve Kirsch
  1998-09-22 18:03 ` Larry Hall (RFK Partners Inc)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steve Kirsch @ 1998-09-21 15:32 UTC (permalink / raw)
  To: gnu-win32

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

This script fails to wait for the second number 
to be input:
 
read -p "enter number: " num1 read 
-p "enter another number: " num2 echo 
"done"

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1998-10-27 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-24 19:59 read doesn't read the second time Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1998-09-23 19:20 Tony Pires
1998-09-21 15:32 Steve Kirsch
1998-09-22 18:03 ` Larry Hall (RFK Partners Inc)
1998-09-22 23:12 ` Michael Hirmke
1998-10-27 15:18 ` Geoffrey Noer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).