Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Linux shell & scripting tutorial
Rating: 3.5 out of 5(355 ratings)
22,127 students

Linux shell & scripting tutorial

Learn shell script core to get full potential at command line
Last updated 12/2019
English

What you'll learn

  • CLI and shell scripts fundamentals

Course content

1 section5 lectures1h 18m total length
  • Introduction and course overview2:12

    Explore the fundamentals of Linux shell and scripting, including shell types, basic syntax, synchronous and asynchronous execution, special variables, exit status, and essential loops and conditionals.

  • Shell introduction and bash shell configuration11:51

    Learn how the shell acts as the Linux command interpreter and how to use bash scripting with profile configurations, functions, and exports to customize your terminal workflow.

  • Variable scopes, Command line argument, Functions21:31

    Learn how to use variable scopes, read line command line arguments, and define functions in shell scripts, including global versus local scope and argument passing.

  • Synchronous & asynchronous command, Exit status, Looping and condition construct32:22

    Learn to write and run linux shell scripts as commands with synchronous and asynchronous execution, exit status, loops, conditionals, and variables including positional parameters.

  • Redirection, Pipes10:14

    Learn to work with the three standard streams in linux: stdout, stdin, and stderr, and master redirection and pipes to route outputs, inputs, and combine commands.

Requirements

  • No

Description

This course is design for intermediate programmers and students to give detail understanding of core shell script concepts.  This course has more focus on practical then slide presentation.

For those programmers who like to automate many of there routine task using shell script, this course is very helpful for them. 

Who this course is for:

  • Beginner programmers who want to explore power of Linux/Unix shell