What is the command to view the content of the file page wise with backward scrolling enabled?
Answers
Answered by
0
start search command any problam solve
Answered by
0
Answer:
The "command" to view the content of the file page wise with backward scrolling enabled is “less”. Originally “more” command was only for forward viewing of file, however now it supports limited backward viewing as well. “less” is a similar that of “more” with additional capabilities to navigate "forward and backward" through a file. Also, “less” command is faster than “more” as it "does not load" the "entire file" at once.
Similar questions