Linux Synopsis Raman
Linux Synopsis Raman
SYNOPSIS
Submitted To : Miss. Pallvi Arora
CONTROL STRUCTURE AND FILE DESCRIPTORS IN BASH
RAMANPREET KAUR
REGISTRATION NO. 12209633
CONTROL STRUCTURES:
In Linux , we can control the execution of Linux commands in shell
script with the help of Control Structure. A control structure
consists of two major components :
1. Test
2. Command
If the Test is successful , then the commands are
executed .There are two different kinds of Control structure :
1. Conditional control structures
2. Loop control structure
FILE DISCRIPTORS :