Day 14 Task: Create a Linux & Git-GitHub Cheat Sheet
Linux Commands Cheat Sheet ๐ง๐
1. File and Directory Management
ls: Lists files and directories. ๐
cd [directory]: Changes to the specified directory. ๐
mkdir [directory]: Creates a new directory. ๐๏ธ
rm [file]: Removes a file. ๐๏ธ
rm -r [dir...
day-1-of-90daysofdevops.hashnode.dev2 min read