#90 DaysOfDevOps Challenge Day 12: Cheat Sheet for Linux & Git-GitHub
Basic Linux Commands
Listing and directory commands
ls -l: list the files and directories in a list format
ls -a: list all including hidden files and directories
ls *.sh list all the files having .sh extension
ls -d */: list only directories
pwd: pri...
ronke.hashnode.dev2 min read