|
|
|
|
|
by DC-3
2515 days ago
|
|
Question: Write the command that reads the file that has the name (text.txt) and shows only one page each time you hit space and it allows you to explore the file back and forward. Your answer:
more text.txt Correct answer:
less text.txt |
|