## Lab 05 - Name: - Email: Instructions for this lab: https://pattonsgirl.github.io/CEG2350/Labs/Lab05/Instructions.html ## Part 1 - grep 1. How many logs use a client IP that starts with `192`? - `grep` command: - Number of matched lines: - Explanation of pattern: 2. How many logs request page `/faq`? - `grep` command: - Number of matched lines: - Explanation of pattern: 3. How many logs have a client IP that contains `1` in the third octet? - `grep` command: - Number of matched lines: - Explanation of pattern: 4. How many logs contain `GET` requests to look for a page that begins with `c`? - `grep` command: - Number of matched lines: - Explanation of pattern: 5. How many logs contains request between 1:20 PM and 1:30 PM? - `grep` command: - Number of matched lines: - Explanation of pattern: ## Part 2 - sed 1. `place your sed commands between backtick characters` 2. `sed command goes here` 3. `sed command goes here` 4. `sed command goes here` 5. `sed command goes here` 6. `sed command goes here` ## Part 3 - awk 1. `awk command goes here` 2. `awk command goes here` 3. `awk command goes here` 4. `awk command goes here` 5. `awk command goes here` ## Citations To add citations, provide the site and a summary of what it assisted you with. If generative AI was used, include which generative AI system was used and what prompt(s) you fed it. Generative AI may not write your script for you, only assist with component and how to type questions.