When I type "ifconfig | more" or "ifconfig | less" the output isn't paginated on Solaris (I'm used to Linux and FreeBSD). Is there a way to do this on Solaris 11?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
The reason is, unlike Linux, To have it paginated, simply use:
By the way, |
||||
|
|
|
You may need to properly configure your terminal type, specially if SSHing from a linux box: export TERM=vt100 |
|||
|
|
