Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 644 Bytes

00-index.md

File metadata and controls

10 lines (7 loc) · 644 Bytes
title slug
Part 4 - Shell Scripting
/part-4-shell-scripting/

Now that we've looked at the core skills will help you be more effective, as well as the fundamentals of managing text, it is time to look at shell scripting.

Shell scripting is the process of writing re-usable scripts, which you can use to automate repetitive work, create new programs and manage your environment.

In this section we'll look at the fundamentals of how shell scripts work and how to write and structure shell scripts. We'll also look at some more advanced techniques to deal with more complex scenarios, tricks for debugging shell scripts and more.