Some basic Linux and Git commands
Linux Commands
pwd: to check the present working directory
ls: list all the directories
ls -a: list all including hidden files and directories
mkdir: create a new directory
mkdir –p A/B/C/…: make nested directories [where A, B, C are the names of the...
rajdeep1311.hashnode.dev3 min read