Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

Possible Duplicate:
How can I limit the output speed of stdout?How can I limit the output speed of stdout?

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

Possible Duplicate:
How can I limit the output speed of stdout?

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

Possible Duplicate:
How can I limit the output speed of stdout?

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

insert duplicate link
Source Link

Possible Duplicate:
How can I limit the output speed of stdout?

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

Possible Duplicate:
How can I limit the output speed of stdout?

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

Post Closed as "exact duplicate" by jw013, Renan, jasonwryan, daisy, Michael Mrozek
added 68 characters in body
Source Link
Andrei
  • 1.8k
  • 2
  • 17
  • 18

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

What's the easiest way to limit the speed at which stdout is output in a terminal, so that, for instance, tail -f outputs content at the speed at which a human could read it?

I've tried changing the output baud rate of the current terminal (stty -F $(tty) ospeed 110), but the output still seems to be a the same speed.

I've tried sending it trough pv -L, but it garbles the output.

added 151 characters in body
Source Link
Andrei
  • 1.8k
  • 2
  • 17
  • 18
Loading
Source Link
Andrei
  • 1.8k
  • 2
  • 17
  • 18
Loading