Skip to content

Latest commit

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

  • None

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

  • None

Recommended Books

  • None