All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Beginner Level to Advanced Level Automation Enginners with Bash Shell Scripting

This unique course is designed to become an expert in bash shell scripting to automate repetitive tasks.

As we know that most of the organizations are moving into Linux and Unix operating system as its generally open source. Additionally, Bash Shell Scripting skills gained by Admin/developers would make them more in demand.

  • Need minimum knowledge on Unix/Linux Commands
  • Desire to learn shell scripting
  • Any Unix-Like OS running on Physical Machine or Virtual Machine or Virtual Machine from Any Cloud Provider
  • Students will be able to understand shell scripting concepts
  • Students will be able to understand unix filters like awk, cut and sed
  • This course is helpful to write basic to advance level shell scripts
View More...
  • Section 1 : Introduction 4 Lectures 00:25:17

    • Lecture 1 :
    • Basics steps to write and execute bash shell scripting with an example Preview
    • Lecture 2 :
    • List of General Purpose commands and help to understand the usage of a command
    • Lecture 3 :
    • Redirection Operators and STDIN, STDOUT & STDERR
    • Lecture 4 :
    • Required Documents
  • Section 2 : Basics of Bash Shell Scripting 4 Lectures 00:57:54

    • Lecture 1 :
    • complete echo command
    • Lecture 2 :
    • Working with Variables
    • Lecture 3 :
    • How to access variables which are defined in another file ?
    • Lecture 4 :
    • How to store the exit status of a command into a variable ?
  • Section 3 : Filter Commands - Grep 3 Lectures 00:49:43

    • Lecture 1 :
    • Grep command part-1
    • Lecture 2 :
    • Grep command part-2
    • Lecture 3 :
    • Practice with grep command | usage of patterns
  • Section 4 : Filter Commands - Cut 1 Lectures 00:19:21

    • Lecture 1 :
    • Complete cut command in one video with real-time practice
  • Section 5 : Filter Commands - AWK 1 Lectures 00:19:28

    • Lecture 1 :
    • Basics of awk command for shell scripting
  • Section 6 : Operations on strings 2 Lectures 00:38:08

    • Lecture 1 :
    • string operations for real-time
    • Lecture 2 :
    • Practice using string operations | Simple Shell Script to install any Tomcat
  • Section 7 : Input and Output Commands 2 Lectures 00:20:18

    • Lecture 1 :
    • Input and output commands for shell scripting
    • Lecture 2 :
    • Input with Command Line Arguments
  • Section 8 : Arithemetic oprators 2 Lectures 00:29:00

    • Lecture 1 :
    • Arithemetic oprators with explanation
    • Lecture 2 :
    • case statement with examples | case statement for Menu driven Scripts
  • Section 9 : Test command, Commands Chaining and Conditional Statements 6 Lectures 01:45:59

    • Lecture 1 :
    • test command
    • Lecture 2 :
    • Command Chaining using Logical AND (&&) and Logical OR (||) Operators
    • Lecture 3 :
    • Simple if and if else conditional statements
    • Lecture 4 :
    • Practice with logical operators (&&, ||) and if, if-else statements
    • Lecture 5 :
    • How to handle command line arguments ? and working with if-elif-elif-else
    • Lecture 6 :
    • Simple shell script to take backup
  • Section 10 : Scheduling jobs with at and crontab 3 Lectures 00:31:33

    • Lecture 1 :
    • One time task execution with at | scheduling job with at command to execute once
    • Lecture 2 :
    • Scheduling jobs with crontab
    • Lecture 3 :
    • Shell Script to send Automatic Mail Alert when RAM Memory gets Low
  • Section 11 : Loops and Loop Control Statements: Part-1 5 Lectures 01:27:44

    • Lecture 1 :
    • Introduction to loops
    • Lecture 2 :
    • Different types of for loop syntaxes
    • Lecture 3 :
    • Installing mutliple packages with for loop and command line arguments
    • Lecture 4 :
    • Difference between $@ and $*
    • Lecture 5 :
    • Loop Control commands / statements
  • Section 12 : Working with Remote Servers: Part-1 5 Lectures 01:01:01

    • Lecture 1 :
    • Login into remote server from local server using ssh
    • Lecture 2 :
    • Executing commands on remote server without logging into remote server
    • Lecture 3 :
    • Providing password for ssh using sshpass utility
    • Lecture 4 :
    • Executing multiple commands on Multiple servers
    • Lecture 5 :
    • Shell Script to execute different commands on different servers
  • Section 13 : Loops and Loop Control Statements: Part-2 2 Lectures 00:22:23

    • Lecture 1 :
    • Basic syntaxes of while loop
    • Lecture 2 :
    • while loop with IFS
  • Section 14 : Functions 4 Lectures 00:43:06

    • Lecture 1 :
    • Simple Introduction to Functions
    • Lecture 2 :
    • Defining a Function and Calling a Function
    • Lecture 3 :
    • Scope of the Variables (Global and Local Variables), Returning a variable value
    • Lecture 4 :
    • Passing Parameters to a Function
  • Section 15 : Complete printf command 1 Lectures 00:13:17

    • Lecture 1 :
    • complete printf command
  • Section 16 : Arrays 4 Lectures 00:32:14

    • Lecture 1 :
    • Basics of arrays
    • Lecture 2 :
    • Add an element or value to an array and Remove value from an array
    • Lecture 3 :
    • Reading array values with loop
    • Lecture 4 :
    • creating an array using commands
  • Section 17 : sed command 10 Lectures 02:21:02

    • Lecture 1 :
    • Introduction to sed command
    • Lecture 2 :
    • Viewing file content and deleting file content based on line numbers
    • Lecture 3 :
    • Searching file content
    • Lecture 4 :
    • Find and replace with sed command
    • Lecture 5 :
    • Insertion and Deletion with sed command
    • Lecture 6 :
    • Introduction to sed command with regex
    • Lecture 7 :
    • Regex-Part-1: Regex with special characters (\s \t . * \+ \? and \)
    • Lecture 8 :
    • Regex-Part-2: Regex with special characters ( ^ and $ )
    • Lecture 9 :
    • Regex-Part-3: Regex with special characters ( [] () and {} )
    • Lecture 10 :
    • Simple shell script to get all git versions from official git-scm website
  • Section 18 : Practice with Shell Scripting 5 Lectures 01:52:12

    • Lecture 1 :
    • Design simple Digital Clock with Bash Shell Scripting
    • Lecture 2 :
    • Automate Server Inventory using Shell Script
    • Lecture 3 :
    • Monitor File system usage and send mail alerts
    • Lecture 4 :
    • Automate the installation of required git version using bash shell script
    • Lecture 5 :
    • Automate Multiple Servers Inventory using Shell Script
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

55568 Course Views

1 Courses

  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • develop-your-own-operating-system-from-scratch

    Develop your own Operating System f...

    By : Harshit Srivastava

    Lectures 8 Beginner 0:43:28
  • ubuntu-linux-desktop-start-using-linux-today

    Ubuntu Linux Desktop - Start Using ...

    By : Samuel OJO

    Lectures 15 Beginner 3:9:46
  • sccm-2016-learn-system-center-configuration-manager-2016-from-beginner-to-advanced

    SCCM 2016 - Learn System Center Con...

    By : Cristian Calinescu

    Lectures 48 Beginner 9:0:28
  • it-security-gumbo-linux-forensics

    IT Security Gumbo: Linux Forensics

    By : Corey Charles

    Lectures 17 Beginner 1:40:10
  • introduction-to-powershell

    Introduction to Powershell

    By : Russell Yonkers

    Lectures 29 All Level 2:21:46

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.