Basic commands
Shloka
Posted on October 14, 2020
Echo - Used to print a line of text on the screen
eg: echo hi
ls -lists contents of a directory
eg: ls
cd directoryName - change the directory you're working in.
eg: cd /home/Files
pwd - prints the directory you are working on.
eg: pwd
mkdir directoryName - Creates a new directory
eg: mkdir Python
💖 💪 🙅 🚩
Shloka
Posted on October 14, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
watercooler Why does a reboot make your PC run SO much faster than running all the cleaning tools you can possibly imagine?
November 30, 2024