Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jc223
  • Order by date
  1. jc223

    Display lines of a file screen by screen

    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...

Part and Inventory Search

Back
Top