Complete Linux Shell Training For Beginners

Tags: Linux

Learn Linux Shell Programming with Bash, GREP and SED for Beginners

Last updated 2022-01-10 | 4.6

- Get Acquainted with Terminal very Well
- Learn Using Scripts to Automate Tasks
- Proper Understand of Regex with Grep and Sed

What you'll learn

Get Acquainted with Terminal very Well
Learn Using Scripts to Automate Tasks
Proper Understand of Regex with Grep and Sed

* Requirements

* Any Linux Based Operating System
* Knowledge of any Command Line is Helpful
* but Not Necessary

Description

This course is teaches the fundamentals of linux shell using the terminal, some insight on bash shell and we will investigate various aspects of the shell, for example scripting, using utilities like grep and sed, C and Perl programming in linux, controll flow as well as the file structure. You will also find out how to navigate the directory structure, reveal the contents of directories, the best way to understand and work with file permissions, how to replicate, move, and remove directories and files. We'll also cover regular expression syntax in the context of learning grep, then use what we have learned as we work.

The course is in six units, and contains over four hours of demos and discussion.

Some of the topics are as below :

  • Everything about directories
  • Understanding and working with file permissions
  • Copying, moving, and removing files.
  • Using redirection and piping.
  • Make executable scripts
  • Variables and how to use them
  • The if statement and demos
  • Handling command line arguments
  • Loops (while, until, and for)
  • The case statement
  • Understand Grep
  • Regular expression syntax
  • Various validations
  • What is sed
  • Various Sed Usage Examples


I hope you join me as we explore linux together.

Who this course is for:

  • Any Fresher Who Wants to Learn Basic Linux Shell Commands
  • Expert who Needs to Brush up Basic Linux Shell Skills

Course content

6 sections • 35 lectures

Introduction Preview 02:44

Starting with Terminal Preview 01:51

Basic Directories Commands Preview 05:44

File Listing in Shell Preview 08:36

File Permissions Preview 04:51

Changing File Permissions Preview 07:09

Making and Removing Directories Preview 05:13

Usage of Wildcards Preview 05:20

File Operations Preview 07:59

Removing Non Empty Directories Preview 05:34

Redirection and Piping Preview 07:02

Writing and Running a Hello World Script Preview 06:26

Removing the ./ Resolution Preview 06:15

Running Scripts in the Current Open Shell Preview 07:37

Intro to Variables Preview 08:17

Saving Shell State in .bashrc Preview 05:34

Exit Status of Shell Commands Preview 04:11

Tests and the if Statement Preview 07:24

Command Line Arguments Preview 09:09

Guessing Game Preview 11:50

Loops Preview 08:59

The Case Statement Preview 08:57

Intro to Regex Preview 07:51

Learn Switches : -i, -v, -c Preview 04:53

More on Switches : -l, -L, -n, -h Preview 04:00

Other Command Line Switches Preview 04:18

Piping Other Commands To Grep Preview 04:12

Meta Characters In Regular Expressions Preview 09:20

Example Of Validating E-mail Addresses Preview 07:05

Example Of Validating US Phone Numbers Preview 09:02

Sed Introduction Preview 04:36

Suppressing Output With -n, And Back Expressions Preview 07:20

Address Notation Preview 07:13

Printing Line Numbers With The = Command Preview 03:14

Other Commands And Scripting Sed Preview 06:11