This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:spring2018:unix:projects:pbx2 [2017/09/19 10:46] – external edit 127.0.0.1 | haas:spring2018:unix:projects:pbx2 [2018/01/28 16:42] (current) – [Process] wedge | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
</ | </ | ||
- | |||
- | ~~TOC~~ | ||
======Project: | ======Project: | ||
Line 38: | Line 36: | ||
As such, you are expected to make use of various shell features, such as: | As such, you are expected to make use of various shell features, such as: | ||
+ | |||
+ | * absolute, relative paths | ||
* wildcards | * wildcards | ||
* variables | * variables | ||
* I/O redirection | * I/O redirection | ||
+ | * any applicable pipes | ||
+ | * comments | ||
These features will also serve to simplify your script, allowing it to be cleaner and less error-prone. | These features will also serve to simplify your script, allowing it to be cleaner and less error-prone. |