Please ensure Javascript is enabled for purposes of website accessibility
Linux Programming - Bash Scripting And Shell Scripting Complete Guide

This course is designed for those interested to learn the basics of Bash and Shell scripting in Linux, how to develop using the Linux programming language, coding semantics and network programming. Read more.

5.0( 1 REVIEWS )
56 STUDENTS
2h 51m
Course Skill Level
Beginner
Time Estimate
2h 51m

I am CEO of Sonar Systems which is the world leader in educational material.

Access all courses in our library for only $9/month with All Access Pass

Get Started with All Access PassBuy Only This Course

About This Course

Who this course is for:

  • Anyone looking to learn about Bash scripting
  • Developers looking to learn the skills needed to utilise Linux features
  • Linux developers
  • Unix developers
  • Mac developers
  • Applications programmers
  • People looking to learn about programming
  • Those seeking to understand how Linux programming works
  • People seeking guidance on how to create Linux and Mac scripts
  • Beginners and experts in this field
  • People with a desire to improve their programming knowledge

What you’ll learn: 

  • What Bash scripting is
  • Linux certifications
  • How to develop using the Linux programming language
  • Features of the Linux programming language
  • Coding semantics
  • Application programming
  • Network programming

Linux is the most popular platform in the world. These platforms are developed for companies such as Google, Facebook, and Microsoft for mobile development. This course will ensure you are not left out as more and more companies use this awesome and powerful language. 

Learn about everything there is to know about Linux Bash Scripting. A step-by-step process is used to explain every facet of the topic in the course. This course includes information on application programming and design!

If you have any questions regarding the topics covered in this course, please feel free to ask. I’m always happy to help those who want to learn.

In summary, this is what you get:

  • Lifetime access to HD quality videos. No monthly subscription. Learn at your own pace, whenever you want.
  • Free helpful support when you have questions or get stuck.
  • Multiple coding challenges to practice your new skills with solutions.

Our Promise to You

By the end of this course, you will have learned step-by-step about Bash scripting, Linux and Shell programming.

 10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.

 Get started today and learn more about the principles behind bash scripting.

Course Curriculum

Section 1 - Introduction
Introduction 00:00:00
Bash vs Shell vs Command Line vs Terminal 00:00:00
Section 2 - Navigation
Listing Folder Contents (ls) 00:00:00
Print Current Folder (pwd) 00:00:00
Change Folder (cd) 00:00:00
Using A Stack To Push Folders (pushd/popd) 00:00:00
Check File Type (file) 00:00:00
Find File By Name (locate) & Update Locate Database (updatedb) 00:00:00
Find A Command (which) 00:00:00
Show Command History (history) 00:00:00
Section 3 - Getting Help
Show Manual Descriptions (whatis) 00:00:00
Search Manual (apropos) 00:00:00
Reference Manuals (man) 00:00:00
Section 4 - Working With Files Or Folders
Creating A Folder (mkdir) 00:00:00
Creating A File (touch) 00:00:00
Copy Files/Folders (cp) 00:00:00
Move & Rename Files/Folders (mv) 00:00:00
Delete Files or Folders (rm) 00:00:00
Delete Empty Folder (rmdir) 00:00:00
Change File Permissions (chmod) 00:00:00
Section 5 - Text Files
File Concatenation (cat) 00:00:00
File Perusal Filter (more/less) 00:00:00
Terminal Based Text Editor (nano) 00:00:00
Section 6 - Users
Run Commands As A Superuser (sudo) 00:00:00
Change User (su) 00:00:00
Show Effecter User and Group IDs (id) 00:00:00
Section 7 - Killing Programs And Logging Out
Kill A Running Command (ctrl + c) 00:00:00
Kill All Processes By A Name (killall) 00:00:00
Logging Out Of Bash (exit) 00:00:00
Section 8 - Shortcuts
Tell Bash That There Is No More Input (ctrl plus d) 00:00:00
Clear The Screen (ctr plus l) 00:00:00
Zoom In (ctrl plus +) 00:00:00
Zoom Out (ctrl plus -) 00:00:00
Moving The Cursor 00:00:00
Deleting Text 00:00:00
Fixing Typos 00:00:00
Cutting and Pasting 00:00:00
Character Capitalisation 00:00:00
Section 9 - Bash
Bash File Structure 00:00:00
Echo Command 00:00:00
Comments 00:00:00
Variables 00:00:00
Strings 00:00:00
While Loop 00:00:00
For Loop 00:00:00
Until Loop 00:00:00
Break and Continue 00:00:00
Get User Input 00:00:00
If Statement 00:00:00
Case Statements 00:00:00
Get Arguments From The Command Line 00:00:00
Functions 00:00:00
Global vs Local Variables 00:00:00
Arrays 00:00:00
Shell and Environment Variables 00:00:00
Scheduled Automation 00:00:00
Aliases 00:00:00
Wildcards 00:00:00
Multiple Commands 00:00:00

About This Course

Who this course is for:

  • Anyone looking to learn about Bash scripting
  • Developers looking to learn the skills needed to utilise Linux features
  • Linux developers
  • Unix developers
  • Mac developers
  • Applications programmers
  • People looking to learn about programming
  • Those seeking to understand how Linux programming works
  • People seeking guidance on how to create Linux and Mac scripts
  • Beginners and experts in this field
  • People with a desire to improve their programming knowledge

What you’ll learn: 

  • What Bash scripting is
  • Linux certifications
  • How to develop using the Linux programming language
  • Features of the Linux programming language
  • Coding semantics
  • Application programming
  • Network programming

Linux is the most popular platform in the world. These platforms are developed for companies such as Google, Facebook, and Microsoft for mobile development. This course will ensure you are not left out as more and more companies use this awesome and powerful language. 

Learn about everything there is to know about Linux Bash Scripting. A step-by-step process is used to explain every facet of the topic in the course. This course includes information on application programming and design!

If you have any questions regarding the topics covered in this course, please feel free to ask. I’m always happy to help those who want to learn.

In summary, this is what you get:

  • Lifetime access to HD quality videos. No monthly subscription. Learn at your own pace, whenever you want.
  • Free helpful support when you have questions or get stuck.
  • Multiple coding challenges to practice your new skills with solutions.

Our Promise to You

By the end of this course, you will have learned step-by-step about Bash scripting, Linux and Shell programming.

 10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.

 Get started today and learn more about the principles behind bash scripting.

Course Curriculum

Section 1 - Introduction
Introduction 00:00:00
Bash vs Shell vs Command Line vs Terminal 00:00:00
Section 2 - Navigation
Listing Folder Contents (ls) 00:00:00
Print Current Folder (pwd) 00:00:00
Change Folder (cd) 00:00:00
Using A Stack To Push Folders (pushd/popd) 00:00:00
Check File Type (file) 00:00:00
Find File By Name (locate) & Update Locate Database (updatedb) 00:00:00
Find A Command (which) 00:00:00
Show Command History (history) 00:00:00
Section 3 - Getting Help
Show Manual Descriptions (whatis) 00:00:00
Search Manual (apropos) 00:00:00
Reference Manuals (man) 00:00:00
Section 4 - Working With Files Or Folders
Creating A Folder (mkdir) 00:00:00
Creating A File (touch) 00:00:00
Copy Files/Folders (cp) 00:00:00
Move & Rename Files/Folders (mv) 00:00:00
Delete Files or Folders (rm) 00:00:00
Delete Empty Folder (rmdir) 00:00:00
Change File Permissions (chmod) 00:00:00
Section 5 - Text Files
File Concatenation (cat) 00:00:00
File Perusal Filter (more/less) 00:00:00
Terminal Based Text Editor (nano) 00:00:00
Section 6 - Users
Run Commands As A Superuser (sudo) 00:00:00
Change User (su) 00:00:00
Show Effecter User and Group IDs (id) 00:00:00
Section 7 - Killing Programs And Logging Out
Kill A Running Command (ctrl + c) 00:00:00
Kill All Processes By A Name (killall) 00:00:00
Logging Out Of Bash (exit) 00:00:00
Section 8 - Shortcuts
Tell Bash That There Is No More Input (ctrl plus d) 00:00:00
Clear The Screen (ctr plus l) 00:00:00
Zoom In (ctrl plus +) 00:00:00
Zoom Out (ctrl plus -) 00:00:00
Moving The Cursor 00:00:00
Deleting Text 00:00:00
Fixing Typos 00:00:00
Cutting and Pasting 00:00:00
Character Capitalisation 00:00:00
Section 9 - Bash
Bash File Structure 00:00:00
Echo Command 00:00:00
Comments 00:00:00
Variables 00:00:00
Strings 00:00:00
While Loop 00:00:00
For Loop 00:00:00
Until Loop 00:00:00
Break and Continue 00:00:00
Get User Input 00:00:00
If Statement 00:00:00
Case Statements 00:00:00
Get Arguments From The Command Line 00:00:00
Functions 00:00:00
Global vs Local Variables 00:00:00
Arrays 00:00:00
Shell and Environment Variables 00:00:00
Scheduled Automation 00:00:00
Aliases 00:00:00
Wildcards 00:00:00
Multiple Commands 00:00:00

Course Review

5.0

5.0
1 Ratings
  1. Anonymous
    Robert Bellacera October 18, 2022 at 12:03 PM

    Great training!

    5.0

    The instructor did a great job showing and explaining how to do a lot of different functions within Linux, overall extremely well done.

Are you interested in higher education?