Open main menu

CDOT Wiki β

Changes

Updating our Linux Subjects - Summer 2012

168 bytes added, 07:55, 4 May 2012
no edit summary
Each of the 5 subjects would require a BASH scripting component. Below is a first pass at fleshing out what BASH concepts/commands need to be taught in each of the courses. Feel free to add your own ideas.
=== ULI101 (New Outline Ready for Sept 2012) ===
* Structure of a BASH script
** #!/bin/bash
* BASH Filename Expansions
** ls *, ls *.c
=== OPS235 (New Outline Ready for Sept 2012) ===
* BASH Variables
** user variables
* BASH Filters
** sort
=== OPS335 (New Outline Ready for Jan 2013) ===
* Basic Regular Expressions
** grep
* I/O
** printf statement
=== OPS435 (New Outline Ready for May 2013) ===
* Functions
* Extended Regular Expressions
* Associative Arrays
* AWK Programming
=== OPS535 (New Outline Ready for Sept 2013) ===
* Special Files
** /dev/tcp
** /dev/udp
* SED Programming
63
edits