Shell Script Basics
Shell script is an executable text file, which has a list of commands. It begins with a 'Shebang' interpreter directive. This Shebang is used to tell the kernel, which interpreter should be used to run the commands present in the file.
Uses
Scripts a...
stalinromi.hashnode.dev2 min read