Here are some fun terminal commands you can try:
-
yes: This command outputs a string repeatedly until interrupted. For example:
yes "I love terminal commands!"To stop it, press
Ctrl+C. -
rev: This command reverses the text you input. For example:
echo "Hello" | rev -
banner: This command displays a large ASCII banner of the text you provide. Install it using:
sudo apt-get install sysvbanner -yUse it by typing:
banner "Hello!" -
asciiquarium: This command displays an animated aquarium in ASCII art. Install it with:
sudo apt-get install asciiquarium -yRun it by typing:
asciiquarium -
sl (Steam Locomotive): As mentioned earlier, it displays an animation of a steam locomotive. Install it with:
sudo apt-get install sl -y -
cmatrix: This command creates a Matrix-style digital rain effect in the terminal. Install it using:
sudo apt-get install cmatrix -yRun it by typing:
cmatrix -
fortune: Displays a random quote or saying. Install it with:
sudo apt-get install fortune -yUse it by typing:
fortune
These commands can add some entertainment to your terminal sessions!
