Hi I am having problems with displaying text from a file screen by screen, so that each screen only shows one line from the file, and the user must press a button to go to the next screen.
This is my script:
cat test.txt | while read LINE
do
echo $LINE|more
done
Please tell me what is...
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.