13,420
edits
Changes
→INVESTIGATION 3: USING CONTROL FLOW STATEMENTS IN SHELL SCRIPTS
# Issue the correct linux command to properly test both values:<br><span style="color:blue;font-weight:bold;font-family:courier;">test $number1 -gt $number2</span><br><br>
# Issue a linux command to display the value of '''$?'''. You should notice that the exit status value is now FALSE which is the correct result.<br><br>
# x[ ]
= LINUX PRACTICE QUESTIONS =