Day2:- Basic Linux command
Task
Check your present working directory.
List all the files or directories including hidden files.
Create a nested directory A/B/C/D/E
Solution
Check the present directory
pwd
List all files or directories including hidden files
ls -a
Create...
sidharthhhh.hashnode.dev1 min read