Difference between revisions of "OPS102 - Bash Scripting"
Chris Tyler (talk | contribs) (Created page with "== PowerPoint Slides == PowerPoint slides from Fall 2023 on the topic of Bash Scripting") |
Chris Tyler (talk | contribs) (→PowerPoint Slides) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:OPS102]] | ||
== PowerPoint Slides == | == PowerPoint Slides == | ||
[[Media:OPS102-Bash_Scripting-v1.pdf|PowerPoint slides from Fall 2023 on the topic of Bash Scripting]] | [[Media:OPS102-Bash_Scripting-v1.pdf|PowerPoint slides from Fall 2023 on the topic of Bash Scripting]] | ||
+ | |||
+ | <!-- | ||
+ | == Command Aliases == | ||
+ | |||
+ | The <code>alias</code> command allows you to define aliases for commands. This allows you to create alternate names for commands, or to include options that are automatically executed with the commands. | ||
+ | --> |