SEARCH
TOOLBOX
LANGUAGES
Class shell scripting

Class shell scripting

From Tuxinternet

Jump to: navigation, search

Synopsis

This class will teach you how to write your own shell scripts along with when and how you should use them.

Prerequisites

The UNIX admin basics class or equivalent knowledge will be required to take this class. You will need to have a good grasp of the Linux or UNIX command line and an editor of your choice. I will suggest having a computer of your own running Linux or UNIX.

Overview

  • The basic functions of shell scripting
    • Conditionals
    • Loops
    • Handling input/output
    • Handling files
    • Handling networks
  • Variables
  • scripting for the web
  • Scripting for reasons:
    • automation
    • troubleshooting
    • documentation