How to simulate on-screen type like you see in movies?

How to simulate on-screen type like you see in movies?

While you have seen movie in which there is on-screen typing. Well, you can do same simply using “pv” command.
First install pv command by simply copying or typing command below:

sudo apt-get install pv

Then do the following :

echo "This is the checking of on-screen typing. Yes i can see on-screen typing using pv command" | pv -qL 10

Enjoy Linux

Leave a Reply

Your email address will not be published. Required fields are marked *