Day 4 of Linux Basics and Shell Scripting. ยท What is Shell Scripting? Shell is a programming language designed for users to communicate with Kernel. The...
Here are some basic linux commands which can get you started. View contents of a file. Command: cat <filename> for eg. cat day3.sh Change access...
How to check the present working directory. pwd command will show you the current directory How to list all the files or directories including...