When I enter a command that returns many many lines of information, such as dpkg -l , I can't seem to scroll back up to read all of the output. How can i fix this?
Announcement
Collapse
No announcement yet.
Konsole scrollback limited? [SOLVED]
Collapse
This topic is closed.
X
X
-
Konsole scrollback limited? [SOLVED]
System Information<br />Distro: Ubuntu 11.04<br />KDE: Platform Version 4.6.2<br />Grub: 0.97-29ubuntu61.1 GRand Unified Bootloader (Legacy version)<br /><br />PC Hardware:<br />laptop HP Pavilion dv6<br />CPU: AMD Turion(tm) II P520 Dual-Core Processor<br />GPU: ATI Technologies Inc M880G [Mobility Radeon HD 4200]Tags: None
- Top
- Bottom
-
Re: Konsole scrollback limited?
you can pipe the output of a command such as dpkg -l that has extensive output threw "less" or "more" and page threw the output ............so
will give you just what the screen will hold then you can scroll through the rest with the down arrow (1 line at a time)or page down (screen full at a time) 8)Code:dpkg -l | less
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
-
Re: Konsole scrollback limited?
Also you can edit Konsole's settings:
Settings
Configure Current Profile
Scrollback
Note that as konsole supports multiple profiles, you can have many custom setups in terms of look and options
- Top
- Bottom
Comment
-
Re: Konsole scrollback limited?
thanksworked great.Code:dpkg -l | less
System Information<br />Distro: Ubuntu 11.04<br />KDE: Platform Version 4.6.2<br />Grub: 0.97-29ubuntu61.1 GRand Unified Bootloader (Legacy version)<br /><br />PC Hardware:<br />laptop HP Pavilion dv6<br />CPU: AMD Turion(tm) II P520 Dual-Core Processor<br />GPU: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.




Comment