![]() |
| ||
| Shell script accepting input from a pipe AND the keyboard I'd like to write a shell script that'd parse data from a pipe and then ask the user questions. ie: echo "Ann Bob Charlie" | checkuser.sh I know a couple ways to read from a pipe: names="`cat`"and names="" But I don't know how to make the script start looking to he keyboard for input from the pipe's exhausted. I'd love to know exactly how the machine thinks of these kinds of things. I mean, is the terminal file (ie /dev/pts/12) still "attached" to the session? Is the logical definition of "stdin" or "file descriptor 0" changed in some way? Many thanks for any insightful insights! |
| ||
| Re: Shell script accepting input from a pipe AND the keyboard I think you're looking for read -p I have some examples, but running to a meeting... If you still need help, I'll post it later! -G |
| ||
| Re: Shell script accepting input from a pipe AND the keyboard Heya Robert72! Did you find what you were looking for, or did you need more specific examples? -G |
| All times are GMT -4. The time now is 1:19 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC