Which CLI command is used to display output one page at a time?
Click on the arrows to vote for the correct answer
A. B. C. D.C
The correct answer is A. show interfaces | no-more
The command show interfaces
is used to display information about the interfaces on the Juniper device. This command will display the output all at once, which may be difficult to read if there is a lot of information. The | no-more
option can be added to the end of the command to display the output one page at a time.
Option B, show interfaces | trim
, is not a valid command. The trim
option is not a recognized command option in Junos CLI.
Option D, show interfaces | display
, is also not the correct answer. While the display
command is used to modify the output of a command, it does not display the output one page at a time.
Therefore, option A, show interfaces | no-more
, is the correct command to display output one page at a time. This allows the user to easily view the output without it scrolling off the screen too quickly.