Question
what are the outputs for the following programs
R. Analyze the ou ut from the shell seriets Total 20 points, points per suestiosh a) What will be printed from this proguam' h) whaM will be printed from this program? bin bash while SX -le 101 echo SX linel41 "Linux Programming es c) What will be printed from this program dy What be printed from this program i will if he user enters "Emily" and "emily"? he user enters l? bin bash u1/bin'bash echo "Please enter two strings:"; echo -n "Enter a number between l and 3 read str str2; read character case Scharacter in then I echo "You entered one." echo "two strings are the same." else 2) echo "You entered two." echo "two strings are different. 3) echo "You entered three. echo "Job is done echo "You did not enter a numbe echo "between 1 and 3
Explanation / Answer
B)
a) print welcome 5 times on screen
b) display last five lines of the file using tail command
c) two string are different
job is done
d) you did not enter no between 1 to 3