Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

1. What is Shell?

Overview

  • A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages.
  • Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script which sets up the environment, runs the program, and does any necessary cleanup or logging, is called a wrapper.

Shell workflow

  • N/A

Official website documentation of Shell

2. Prerequisites

  • K8s, docker, linux

3. Installation

How to install Shell?

  • Just install Linux then you would have shell enviroment as well

4. Basics of Shell

Shell getting started

Shell Hello World

5. Beyond the Basics

Hands-On Example

6. More...

Shell cheatsheet

  • N/A

Recommended Books

  • N/A