Topic
Fundamental concepts and basic implementation of regular expressions
Skill drills that cover this topic
- CSCD240-E1-A-Q14 performance grep-recursive Show the filenames containing "printf" in all .c files in home directory and subdirs.
- CSCD240-E1-A-Q28 performance globbing Files: data, data1, data12, data2. Display only data1 and data12 via ls.
- CSCD240-E1-A-Q29 performance regex contacts.txt has Name<tab>number lines. Print only those whose number ends with 6.
- CSCD240-E1-B-Q22 performance regex-alt Print lines of fw.log matching DENY OR DROP (extended regex).
- CSCD240-E1-C-Q12 multiple_choice glob Which glob matches filenames starting with "log" and ending with any digit?