Day-02 Basic Linux Commands
#90daysofdevops
Some basic listing commands:
ls -l --> List the files and directories in long list format with extra information.
ls -a--> List all including hidden files and directory.
ls *sh --> List all the files having .sh extension.
ls -i --...
mrunalninawe.hashnode.dev1 min read