Day 14: Creating a Cheat Sheet for Basic
Linux and Git & GitHub
Linux Commands
Navigation
pwd: Show the current directory path
ls: List files and directories
cd [directory]: Change directory
cd ..: Move to the parent directory
File Management
touch [file]: Create a new file
mkdir [directory]: Create a n...
kalpanabhoj.hashnode.dev2 min read