Re: stdin: processing characters

2006-05-01 Thread Kevin Simmons
Serge Orlov wrote: > Cameron Laird wrote: >> In article <[EMAIL PROTECTED]>, >> Edward Elliott <[EMAIL PROTECTED]> wrote: >>> Kevin Simmons wrote: >>>> I have a python script that prompts the user for input from stdin via a >>>> m

stdin: processing characters

2006-04-27 Thread Kevin Simmons
ake a very long time. Do you wish to proceed?") read -e -n 1 -p "[y/n]-->" INPUT if [ "$INPUT" == "y" ]; then sh scan -s cd - &>/dev/null else (echo) (echo "Scan aborted.") fi ;; ... rest of case statement esac done -- Kevin Simmons [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list