Companies Home Search Profile

Bash Shell Scripting: Crash Course For Beginners

Focused View

Francesco Santi

5:19:36

5 View
  • 1 - Bash-Shell-Intro.pdf
  • 1 - Introduction.mp4
    03:57
  • 2 - MT-Les2bis-Terminal-Overview.pdf
  • 2 - Terminal Overview.mp4
    06:14
  • 3 - Track Your Progress.html
  • 4 - List command Ls.mp4
    04:55
  • 5 - Ls L Understand the Terminal Output.mp4
    06:48
  • 6 - Ls with folders.mp4
    03:38
  • 7 - Change Directory cd.mp4
    04:27
  • 8 - NEW Open XdgOpen.mp4
    03:09
  • 9 - Touch.mp4
    03:32
  • 10 - Move.mp4
    04:56
  • 11 - CopyRemove.mp4
    04:09
  • 12 - Star Sign.mp4
    03:58
  • 13 - Recursive.mp4
    05:05
  • 14 - NEW Exercises Command Line Sect1.html
  • 15 - NEW Sect 1 Ex1.mp4
    03:40
  • 16 - NEW Sect 1 Ex2.mp4
    01:37
  • 17 - Redirect.mp4
    06:19
  • 18 - Pipe.mp4
    04:32
  • 19 - Find.mp4
    03:45
  • 20 - Grep.mp4
    03:42
  • 21 - Bonus Lecture The AWK command Part1.mp4
    06:58
  • 21 - text1.txt
  • 22 - Bonus Lecture The AWK command Part2.mp4
    06:03
  • 23 - Sudo.mp4
    05:55
  • 24 - Change Owner.mp4
    02:49
  • 25 - Change Permission.mp4
    04:26
  • 26 - Change Ownership to Folders.mp4
    04:48
  • 27 - UPDATED Variables.mp4
    08:21
  • 28 - Command SubstitutionExpansion.mp4
    05:51
  • 29 - UNIX Login file IMPORTANT.mp4
    05:39
  • 30 - Read.mp4
    03:21
  • 31 - NEW Exercises Command Line Sect2.html
  • 32 - NEW Sect 2 Ex1.mp4
    03:05
  • 33 - NEW Sect 2 Ex2.mp4
    05:09
  • 34 - Track you Progress 2.html
  • 35 - Shell Scripting Intro.mp4
    03:55
  • 36 - Execute.mp4
    03:49
  • 37 - Which.mp4
    04:34
  • 38 - The First Script.mp4
    05:51
  • 38 - mt-les35-1script.zip
  • 39 - Editors and Read.mp4
    05:04
  • 39 - mt-les37-textedit-read.zip
  • 40 - Change the PATH IMPORTANT.mp4
    05:49
  • 41 - Script Open.mp4
    02:25
  • 41 - mt-les38-script-open.zip
  • 42 - NEW Exercises Shell Script Sect3.html
  • 43 - NEW Sect 3 Ex1.mp4
    02:23
  • 44 - NEW A script that create another Script Ex2.mp4
    04:16
  • 45 - Arithmetic Expressions.mp4
    06:44
  • 45 - mt-les39-arithm.zip
  • 46 - IF Conditions.mp4
    04:38
  • 46 - mt-les40-if.zip
  • 47 - Else.mp4
    05:51
  • 47 - mt-les41-else.zip
  • 48 - Exit.mp4
    04:16
  • 48 - mt-les42-exit.zip
  • 49 - Logic Conditions.mp4
    02:37
  • 49 - mt-les43-logicandor.zip
  • 50 - IF on Strings.mp4
    02:44
  • 50 - mt-les44-if-strings.zip
  • 51 - Empty Strings.mp4
    02:32
  • 51 - mt-les45-empty-strings.zip
  • 52 - IF on Files.mp4
    07:44
  • 52 - mt-les46-if-files.zip
  • 53 - For Loops.mp4
    06:59
  • 53 - mt-les47-for.zip
  • 54 - NEW TOP 5 MISTAKES as a beginner.mp4
    08:34
  • 55 - While Loops.mp4
    02:48
  • 55 - mt-les48-while.zip
  • 56 - Terminate a Script Sleep.mp4
    02:13
  • 56 - mt-les49-ctr-c-sleep.zip
  • 57 - NEW Cases.mp4
    09:05
  • 57 - bs-les41b-cases.zip
  • 58 - Exit Status.mp4
    03:29
  • 59 - Functions.mp4
    05:34
  • 59 - mt-les51-functions.zip
  • 60 - Variables Scope.mp4
    03:08
  • 60 - mt-les52-funct-scope.zip
  • 61 - Exercises Shell Scripting.html
  • 62 - Divisibility of Numbers Script Ex1.mp4
    05:37
  • 63 - Counting of txt Files Script Ex2.mp4
    01:51
  • 64 - NEW User renaming all files Ex3.mp4
    09:27
  • 65 - Bonus Lectures Become Professional in Bash.html
  • 66 - Intro to the project.mp4
    03:53
  • 67 - Project1 Part A.mp4
    04:35
  • 67 - mt-les54-project-1.zip
  • 68 - Project1 Part B.mp4
    04:57
  • 68 - mt-les55-project-2.zip
  • 69 - Project1 Part C.mp4
    05:31
  • 69 - mt-les56-project-3.zip
  • 70 - COMPLETE PROJECT Part A.mp4
    04:53
  • 70 - mt-les57-project-4.zip
  • 71 - COMPLETE PROJECT Part B.mp4
    03:48
  • 71 - mt-les57b-project-4b.zip
  • 72 - COMPLETE PROJECT Part C.mp4
    09:48
  • 72 - mt-les58-project-4.zip
  • 73 - COMPLETE PROJECT Bonus Functions.mp4
    03:52
  • 73 - mt-les59-project-5-funct.zip
  • 74 - Conclusion and Tips.mp4
    03:34
  • 75 - Bonus Lectures Become Professional in Bash.html
  • Description


    Learn Bash Shell Scripting from total beginner:Start from the Command Line,finish with a real world Shell Script Project

    What You'll Learn?


    • Learn how to use the command line
    • Be able to write your own Shell scripts
    • Automate tasks using Shell scripts
    • Make decisions by using if-else statements
    • Make decision based on strings, variables or files
    • How to use arithmetic expressions
    • How to loop through files and folders with for and while loops
    • How to use functions
    • How to deal with variables scope
    • Create Shell Scripts that solves a real world problem

    Who is this for?


  • Anyone who would like to learn how to automate tasks with the terminal
  • Anyone familiar with the Terminal but not with Shell Scripting
  • Anyone who want to learn the command line and shell scripting in the same course
  • What You Need to Know?


  • Have access to use the command line on Linux, Mac or Unix computer
  • Very Basic knowledge of the command line could be helpful, however not necessary
  • More details


    Description

    You can finally understand Shell Scripting.

    This course will give you a clear understanding of how to write Shell Scripts.

    In this course everything is explained at a slow pace and thoroughly to make sure you can follow everything. 

    Even if you never used the command line, the first 2 Sections  will teach you all the tools necessary to use the command line and start writing your shell scripts, nothing is left out.

    Moreover after walking you through  all the fundamentals of Shell Scripting, the last 2 Sections are project based, there we will combine everything you have learned in the course to create a script that solve s real world problem.

    By the end of the course you'll be writing  your own Shell Scripts, in particular you will learn how to:

    • Use the command line
    • Automate tasks using Shell Scripts
    • Create and use variables in your scripts
    • Make decisions by using if-else statements
    • Make decision based on strings, variables or files
    • Use arithmetic expressions
    • Loop through files and folders with "for" and "while" loops
    • Use functions
    • Deal with variables scope
    • Create Shell Scripts that solves real world problems
    • and much more... 

    Who this course is for:

    • Anyone who would like to learn how to automate tasks with the terminal
    • Anyone familiar with the Terminal but not with Shell Scripting
    • Anyone who want to learn the command line and shell scripting in the same course

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Francesco Santi
    Francesco Santi
    Instructor's Courses
    Francesco Santi is a Phd Researcher and Consultant in data analysis and strategic planning .He holds a  Phd in Applied Mathematics With nearly 10 years of programming experience he has developed since the very start a Passion for Teaching and Consulting.Nowadays he specializes in using his technical knowledge for strategic planning with individuals to help them reach their goals.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 67
    • duration 5:19:36
    • English subtitles has
    • Release Date 2024/02/09

    Courses related to Bash Shell