Complete Script: day8_task.sh
#!/bin/bash
# Day 8 Task: Shell Scripting Challenge
# This script demonstrates the use of comments, echo, variables, built-in variables, and wildcards in bash scripting.
# Task 1: Comments
# Comments help explain what e...