mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
12 lines
302 B
Markdown
12 lines
302 B
Markdown
---
|
|
title: "shell"
|
|
tags:
|
|
- cosc202
|
|
---
|
|
|
|
- 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
|
|
- manage environment variables: pass params to programs
|
|
- parse and evaluate command line instructions from user
|