Skip to main content

Bash

info
  • All of tools written by any languages can be monitored directly via bash scripting
  • Simple and powerful
  • Working with unix environment

100S for bash script

Bash script basic

Course Contents:

  • ⌨️ (00:00) Introduction
  • ⌨️ (03:24) Basic commands
  • ⌨️ (06:21) Writing your first bash script
  • ⌨️ (11:29) Variables
  • ⌨️ (14:55) Positional arguments
  • ⌨️ (16:23) Output/Input redirection
  • ⌨️ (23:23) Test operators
  • ⌨️ (25:19) If/Elif/Else
  • ⌨️ (28:37) Case statements
  • ⌨️ (32:16) Arrays
  • ⌨️ (34:12) For loop
  • ⌨️ (36:03) Functions
  • ⌨️ (41:31) Exit codes
  • ⌨️ (42:30) AWK
  • ⌨️ (45:11) SED