Basic Linux Commands
Day 2 of 90 Days of DEVOPS
We are going to run some simple linux commands on my personal IMAC.
1) ls -l (this lists all the files and directories in a long format)
2) ls -a (lists all files including the hidden ones)
3) ls *.sh (this lists all the ...
andrew77.hashnode.dev1 min read