-
Book Overview & Buying
-
Table Of Contents
Linux Shell Scripting - Basics
By :
Linux Shell Scripting - Basics
By:
Overview of this book
The course begins by introducing you to the foundational elements of Linux Shell Scripting, guiding you through basic script building and the use of variables to automate repetitive tasks efficiently.
As the course progresses, it focuses on more complex concepts such as redirection, arithmetic operations, and conditional statements, enhancing your scripting skills for real-world applications. Through practical examples, you'll learn how to craft scripts that solve problems, automate tasks, and streamline your workflow.
The course wraps up by delving into advanced topics such as loops, user input handling, and script control, equipping you with the knowledge to write sophisticated scripts. By the end of this course, you'll have a solid understanding of Linux Shell Scripting, enabling you to leverage its capabilities to optimize and automate your Linux environment.
Table of Contents (8 chapters)
Basic Script Building
Using Variables
Performing Math
Structured Commands
Handling User Input
Presenting Data
Script Control