Basics of Redirection (error handling) - English
BASH Tutorials - English 23
-
1Introduction to BASH Shell Scripting
-
2Basics of Shell Scripting
-
3Command Line arguments and Quoting
-
4Globbing and Export statement
-
5Array Operations in BASH
-
6More on Arrays
-
7Conditional execution
-
8Nested and multilevel if elsif statements
-
9Logical Operators
-
10Arithmetic Comparison
-
11String and File attributes
-
12Conditional Loops
-
13More on Loops
-
14Case statement
-
15Using File Descriptors
-
16Basics of functions
-
17More on functions
-
18Arrays and functions
-
19Advance topics in a function
-
20Recursive function
-
Basics of Redirection (error handling)
-
22More on Redirection
-
23Here document and Here string
Outline:
Basics of Redirection (error handling) Input and Output in bash Redirection definition file descriptors(FD) Standard input Input redirection explained with an example of sorting Standard output Output redirection explained with an example of ls Standard error Error redirection explained with an example of rm