Day 12-Linux,Git and Github Cheat Sheet
Linux Cheat Sheet:
Navigation:
pwd: Print working directory.
ls: List files and directories.
cd <directory>: Change directory.
cd ..: Move to the parent directory.
cd ~ or cd: Move to the home directory.
File Management:
touch <filename>: Cre...
zehrajabeen1.hashnode.dev4 min read