quartz/content/notes/04-scripting-techniques.md
2023-03-13 13:39:42 +13:00

255 B

title tags
04-scripting-techniques
lectures
cosc301

Least priviledge

scripting

  • history
  • origin
  • examples
  • shbang
  • good tips

bash

I/O and pipe

Env variables and files

interpolation

conditions

  • if else
  • case

loops

arithmet