quartz/content/out/notes/shell.md
2022-04-06 19:48:06 +12:00

16 lines
369 B
Markdown

---
title: shell
sr-due: 2022-05-22
sr-interval: 53
sr-ease: 310
---
tags: #review
---
#### Shells
- start and stop OS processes
- used to control OS
- connect output of one OS process to input of another process -> this is the idea of [Unix pipes](None)
- manage environment variables: pass params to programs
- parse and evaluate command line instructions from user