#Day 12 - Linux & GitHub Cheatsheet
File and Directory Operations:
ls: List files and directories in the current directory.
cd: Change the current directory.
pwd: Print the current working directory.
touch: Create an empty file.
mkdir: Create a new directory.
rm: Remove files or ...
akarsha.hashnode.dev4 min read