13,420
edits
Changes
→INVESTIGATION 3: USING CONTROL FLOW STATEMENTS IN SHELL SCRIPTS
'''Perform the Following Steps:'''
: Before learning about logic and loop control-flow statements, you need to first learn about issuing test conditions using the '''test''' command.
# Issue the following linux commands to assign values to several variables:<br><span style="color:blue;font-weight:bold;font-family:courier;">course="ULI101"<br>number1=5<br>number2=10</span><br><br>