SHELL-SCRIPTIING
Free

COURSE DESCRIPTION
A shell is a command-line interpreter and typical operations performed by shell scripts include file manipulation, program execution, and printing text. A shell program (sometimes called a shell script) is a text file that contains standard UNIX and shell commands. Each line in a shell program contains a single UNIX command exactly as if you had typed them in yourself.
CERTIFICATION
Receive an instructor-signed certificate with the institution’s logo to verify your achievement and increase your job prospects.
Course Features
- Lectures 67
- Quizzes 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 0
- Assessments Yes
-
Introduction
-
Bash Basics
- Initialization Files
- Aliases and Variables
- Working with Variables
- Important Internal Bash Variables
- Command History
- Input and Output Channels
- Redirection to Files
- The Here Script Operator
- Feeding output to Another Process
- Duplicating the Output with tee
- Introduction to Variables
- Types of Commands
- Variable Substitution
- Variable Assignment
- Special Variable Types / Internal Variables
- Typing Variable
- declare / typeset
- Quoting
- Quoting Variable
- Escaping
- Creating and Using Arrays
-
Test
-
Loops and Branches
-
Prompting for User Input
-
Using Arguments
-
Strings and substrings
-
Commands
-
Functions
-
Here Script/Document
-
Useful Tricks