Results 1 to 4 of 4
I'm making a minimal linux system with suse studios. Everything is working fine and the system boot up in bash (I'm guessing it's bash). when I run a command that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-02-2012 #1Just Joined!
- Join Date
- Jun 2012
- Posts
- 2
just enough OS scrolling up the terminal window?
I'm making a minimal linux system with suse studios. Everything is working fine and the system boot up in bash (I'm guessing it's bash). when I run a command that take up more than the whole window I can't see the whole out put because part of it is above the window and I can't scroll up. So is there a way to enable scrolling when linux is running just in bash?
- 06-02-2012 #2
pipe the output to a pager of your choice.
e.g.
Code:ls -la |less
You must always face the curtain with a bow.
- 06-03-2012 #3Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
to scroll up in the terminal, press shift+pgup
- 06-03-2012 #4Just Joined!
- Join Date
- Jun 2012
- Posts
- 2
I tried using piping with vim but it didn't work. I'll give less a try thanks


Reply With Quote
