------------------------------------------------------ Week 13 Notes for CST8129 - Ian Allen - idallen@ncf.ca ------------------------------------------------------ Remember - knowing how to find out an answer is more important than memorizing the answer. Learn to fish! RTFM! (Read The Fine Manual) ------- Review: ------- In Week 10 (see week10notes.txt) you wrote the second midterm test. You finished Assignment #1 and read Chapter 2 (Regular Expressions) in preparation for Lab Exercise #8. In Week 11 (see week11notes.txt) you did Lab Exercise #8 using Regular Expressions and read Chapter 3 (Grep/EGrep) using the Chapter 3 Study Guide. In Week 12 (see week12notes.txt) you did Lab Exercise #9 using Regular Expressions and read Chapter 4 (Stream Editor) using the Chapter 4 Study Guide. You finished Assignment #2. -------------------- This week (Week 13): -------------------- Do lab10exercise.txt and demonstrate the output to your instructor in your Lab Demo: http://idallen.com/teaching/cst8129/02f/notes/lab10exercise.txt Read Chapters 5,6,7 (awk/gawk/nawk) using the Chapters 5,6,7 Reading Guide: http://idallen.com/teaching/cst8129/02f/notes/chapter05-07guide.txt The text_errata.txt file has been updated for most of Chapters 5,6,7: http://idallen.com/teaching/cst8129/02f/notes/text_errata.txt Make sure you correct the errors in your text before reading it. Hand in your completed Assignment #2. Read these recently modified files: http://idallen.com/teaching/cst8129/02f/notesdateindex.htm chapter03guide.txt chapter04guide.txt chapter05-07guide.txt lab10exercise.txt regular_expression_practice1.txt text_errata.txt week13notes.txt Some typical solutions to Assignment #1 are posted: 20_integer_sorter.sh.txt 21_updown_series.sh.txt 22_file_info.sh.txt