Menu

[Solved]-Txercise 3 Examples Shown Page 14 Slides Name Script Multi Verify Works Create Nies Script Q37264022

language: Unix/Linux
txercise 3 Do the examples as shown in Page 14 of the slides. Name your script if-multi. Verify that it works. (You have to c#!/bin/bash varl-4 var2-10 strl-iceman str2-woman if [ $str1 = $str2 ] then echo same then echo varl var2 then echotxercise 3 Do the examples as shown in Page 14 of the slides. Name your script if-multi. Verify that it works. (You have to create the Nies/scripts if they don’t already exist) #!/bin/bash varl-4 var2-10 strl-“iceman'” str2-“woman” if [ $str1 = $str2 ] then echo “same” then echo “varl var2” then echo “var2 <varl” then echo “strl is string” echo “all is wrong” elif I $varl -ge $var2 ] elif [ $var2 -le $var1 ] elif $strl ] else fi exit 0 Show transcribed image text txercise 3 Do the examples as shown in Page 14 of the slides. Name your script if-multi. Verify that it works. (You have to create the Nies/scripts if they don’t already exist)
#!/bin/bash varl-4 var2-10 strl-“iceman'” str2-“woman” if [ $str1 = $str2 ] then echo “same” then echo “varl var2” then echo “var2

Expert Answer


Answer to txercise 3 Do the examples as shown in Page 14 of the slides. Name your script if-multi. Verify that it works. (You have… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *