Difference between revisions of "OPS102 - Bash Scripting"
Chris Tyler (talk | contribs) |
Chris Tyler (talk | contribs) (→PowerPoint Slides) |
||
Line 3: | Line 3: | ||
[[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. | ||
+ | --> |