Question: 1. What does this do? if [ $# -eq 0 ]; then echo No arguments fi What does this do? if [ $name = Bro
![1. What does this do? if [ $# -eq 0 ];](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f6301dad78d_20566f6301d203b3.jpg)
1. What does this do? if [ $# -eq 0 ]; then echo "No arguments" fi What does this do? if [ "$name = "Bro ]; then echo "Welcome back bro! fi 3. Explain the difference between -eq and = in the previous 2 questions. 4. What does this do? if [ "$word1" = "Sword2" ]; then echo "They match" else echo "The are different" 5. What does echo "Error 1>&2 do
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
