Skip to content

Files

Latest commit

5db5315 · Oct 19, 2024

History

History

shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 2, 2024
Jan 27, 2024
Oct 19, 2024

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