Explain the control stetement in Linux
Answers
Answered by
0
Answer. The control statements in Linux, allow the repetition of certain commands to select them over other commands. ... The control structure consists of two primary units the command and test and there are two different statements loops and conditions. If the specific test is successful then execute the direct command
plz mark me as brainliest
plz help me
five brainliest answer I need
Answered by
0
Explanation:
You can control the execution of Linux commands in a shell script with control structures. Control structures allow you to repeat commands and to select certain commands over others. A control structure consists of two major components: a test and commands. If the test is successful, then the commands are executed.
hope it's help full
Similar questions