Your first Bash Script
To create a bash script file, open any code editor and create a new file
Add the shebang (#!) at the top of the file. It tells the systems that this file should be interpreted as a Bash Script whose interpreter is located at the path after the sheban...
datainfra.hashnode.dev1 min read