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 ...
sompandey.hashnode.dev4 min read