Linux Lite Forums
case sensitivity - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7)
+--- Forum: Scripting and Bash (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=32)
+--- Thread: case sensitivity (/showthread.php?tid=4913)



case sensitivity - bitsnpcs - 02-01-2018

Hold down Ctrl and Alt and press t (Ctrl Alt +t)

Copy/paste or type in to your terminal -
Enter your password when asked.

Code:
sudo apt-get install sl

Once installed whenever you type in your terminal

Code:
sl

A Steam Locomotive train will drive, right to left, across your terminal, then return you back to your prompt/work.

Coz reverse stuff can be fun, you can also type in uppercase -

Code:
LS

For the same resultĀ  Smile

As

Code:
ls

in lower case doesn't display the locomotive train, but instead lists the contents of the directory, it is a good way for learning the importance of upper and lower case in Linux, and how they are not the same thing.