Changes

Jump to: navigation, search

Updating our Linux Subjects - Summer 2012

268 bytes added, 18:09, 30 April 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 ===
* Structure of a BASH script** #!/bin/bash** arguments $#, $0, $1, $2, ...** return value $?** execute permission - chmod u+x* Pipelining** connect output to input as in ls | wc -l* File Redirection** redirect output to a file as in ls > mylist or ls >> mylist
=== OPS235 ===
63
edits

Navigation menu