hi all,
I like to read line from a file till the end of the file by using while.
within the while loop i like to get the input from keyboard.
the problem is that the read input command is reading the input from file not from
keyboard
ex:
#!/bin/ksh
while read line
do
read input#this line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.