An text output like 'more' or 'less' but that scrolls automatically with a time argument
by Arct1c_f0x from LinuxQuestions.org on (#56R5V)
So I can type 'sudo dmesg | more' and everytime I press space it will output the next line.
My question is this:
Is there a way to output text where the scrolling is automatic and based on a time argument?
IE: 'sudo dmesg | more +2 x' where the integer argument after the '+' would specify the time between scrolling x number of lines.
My humble gratitude,
Arct1c_f0x


My question is this:
Is there a way to output text where the scrolling is automatic and based on a time argument?
IE: 'sudo dmesg | more +2 x' where the integer argument after the '+' would specify the time between scrolling x number of lines.
My humble gratitude,
Arct1c_f0x