diff --git a/lab04/.numClass.swp b/lab04/.numClass.swp new file mode 100644 index 0000000000000000000000000000000000000000..743023475fce658ce989858d7e28102724f73868 Binary files /dev/null and b/lab04/.numClass.swp differ diff --git a/lab04/Lab4 b/lab04/Lab4 new file mode 100644 index 0000000000000000000000000000000000000000..3d2bfbf36091f2390d3b5bda3a429e7cb1728cb8 --- /dev/null +++ b/lab04/Lab4 @@ -0,0 +1,12 @@ +Q1: I will use grep for the rest of this assignment. + egrep 'the' bright_side_of_life +Q2: egrep '\<the\>' bright_side_of_life +Q3: '\<\Just\>' +Q4: '\<[Jj]ust\>' +Q5: '^\<[Jj]ust\>' +Q6: '\<[bm]ad\>' +Q7: '\<(d|br)eath\>' +Q8: '\<you\>[[:punct:]]$' +Q9: '^[[:space:]]+' +Q10: '^[[:blank:]]*$' +Q11: 13 lines