mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
32 lines
255 B
Markdown
32 lines
255 B
Markdown
---
|
|
title: "04-scripting-techniques"
|
|
tags:
|
|
- 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 |