![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Increase the buffer size to read lengthy lines | ssunda6 | Shell Programming and Scripting | 3 | 03-17-2008 12:45 AM |
| Expect buffer size increase, please help | jaduks | Shell Programming and Scripting | 1 | 10-12-2007 08:07 AM |
| How to increase buffer size in Unix | ziabegg | UNIX for Dummies Questions & Answers | 3 | 01-05-2007 11:17 AM |
| How to increase the buffer size in Unix | ziabegg | UNIX for Advanced & Expert Users | 0 | 12-22-2006 11:11 PM |
| buffer cache size | gsr_kashyap | Linux | 0 | 09-06-2006 10:34 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
how to increase size of the console screen buffer ?
Its difficult to explain what I am exactly looking for, so let me try with an example..
Suppose my program prints out thousands lines. But once my program ends.. I am not able to scroll up and see all the 1000 lines. The size of the screen buffer is obviously limited. Is there anyway I can increase this size ? If there is a way, then is there any harm in increasing the size? ![]() |
| Forum Sponsor | ||
|
|
|
|||
|
dependant on the terminal software that you're using, quite a few have an option somewhere that you can change to show the number of lines of 'history'
PuTTY for example. Alternatively, if you need to interactively run a program, you could always use 'typescript' 1) type "typescript" at the prompt, then run your program. 2) everything outputted to screen now goes to a file called 'typescript' including your key inputs. 3) ctrl-d at the end to stop typescript. Hope that makes sense, I've not explained it that clearly. ![]() |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|