Day 12 Linux & Git-GitHub Cheat Sheet.
Linux Commands:
ls: List all the directories and files.
mkdir: Makes a new directory.
rmdir: Remove a directory (only if it's empty).
cd: Change directory.
cd..: Go back to the previous directory.
pwd: Print the current working directory.
ls -...
harsh-rajotya.hashnode.dev4 min read