#Day1 /Project-1 The script starts with a "shebang" line - #!/bin/bash. That just tells the system to use the Bash shell to run this script. We print out some fun messages, just to make the script more engaging. Lines like echo "Bash script is fun to...
chandrakanthyanamala.hashnode.dev3 min read
No responses yet.