This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:spring2018:unix:projects:pbx2 [2018/01/28 16:41] – wedge | haas:spring2018:unix:projects:pbx2 [2018/01/28 16:42] (current) – [Process] wedge | ||
---|---|---|---|
Line 36: | 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. |