Results 1 to 4 of 4
How do you scroll up and down in a tty device?...
- 08-02-2005 #1Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Stupid question time
How do you scroll up and down in a tty device?
- 08-02-2005 #2Code:
shift + pg up/down
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 08-02-2005 #3Linux Newbie
- Join Date
- Apr 2003
- Location
- Pontypridd, Wales
- Posts
- 104
You can't, pipe to more or less e.g.
# cat /etc/motd |more
# cat /etc/motd |less\"One World, One Web, One Program.\" -- Advertisement for Internet Explorer.
\"Ein Volk, Ein Reich, Ein Fuehrer.\" -- Adolf Hitler.
- 08-03-2005 #4no need to even pipe to less with files, just do:
Originally Posted by nomar
where motd is the file u wanna view all of. Then to exit from less just hit "q"Code:less /etc/motd
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
