Day 8 :- 🖥️ Exploring Bash Scripting Fundamentals
Day 8 :- TASK
• Task 1: Comments
In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script with comments explaining what the script does.
#!/bin/bash
<<readme
info: this script...
blog.anandraval.dev2 min read