-- If the weather.sh contained the following code without '--': -- #!/bin/bash -- echo "Wednesday: Rainy" -- echo "Thursday: Thunderstorm" -- echo "Friday: Light snow" -- echo "Saturday: Cloudy" -- Calling your script: ./WeatherForecast.sh -- Would output "1", as there is only one "Thunderstorm" in the forecast.