Shell-scripting Interview Questions & Answers
Shell/Bash Scripting for DevOps.
To create a shell script file
touch first-shell-sript.sh Shell script always have .sh extension.
To list the files
ls It will shows all the files in the present directory.
To list the files with more info...
journeytodevops.hashnode.dev8 min read