Showing posts with label friends. Show all posts
Showing posts with label friends. Show all posts

Wednesday, June 1, 2011

Impress your friends with your CLI magic in Linux

Here are two one-liners to have fun with. The first one takes a block of text you input it and displays it one character at a time, creating the impression that someone else is typing:

echo “I have a troll in my Linux box that is doing all the work for me”

View the Original article