cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling in the command line

Scrolling in the command line

Ruthie
New Contributor II
Please can anyone tell me how to scroll in the command line when I want to view commands?

Thank you.
8 REPLIES 8

Stephane_Grosje
Contributor
Most of Extreme CLI shortcuts are bash-like, for what I know.

Ctrl-e : cursor to end of line
Ctrl-a : cursor to beginning of line
Ctrl-d : delete character on the cursor
Ctrl-h : delete character before the cursor
Ctrl-k : delete line from the cursor position and forward (right)
Ctrl-w : delete word backward
Ctrl-L : clear screen
Ctrl-u : delete before the cursor position

I guess the Alt command are valid, but maybe your terminal emulator will capture those shortcuts for itself (menus, etc).

Ruthie
New Contributor II
Thanks I finally got it. I used the shift+page up and shift+page down. It is linux-based command line.

Jason_Parker
Contributor
then once you hit a command like
show config, then hit a q (to quit) and then scroll back up.
Jason

Jason_Parker
Contributor
disable clipaging
GTM-P2G8KFN