- Read/scan the man page for more with the command:
man more
- Use the more command to read a file:
more filename
- As you are reading, notice the "More" prompt at the bottom of the page.
- Try pressing the return key - what happens?
- Try pressing the space bar once - what happens?
- Type the letter b - what happens?
- Use the search forward feature to find a word say, "MARCH" by entering the
command:
/MARCH
- Now use the search backward feature to find a string of words say, "black hole" by
entering the command:
?black hole
- more will continue until the end of the file is reached or until you type q for quit. Try typing q to quit.
0 comments:
Post a Comment