https://github.com/zipcodecore/grep.data.catchemall2
https://github.com/zipcodecore/grep.data.catchemall2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/grep.data.catchemall2
- Owner: ZipCodeCore
- Created: 2020-03-20T20:19:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T20:13:13.000Z (8 months ago)
- Last Synced: 2025-04-20T21:24:47.376Z (8 months ago)
- Language: Roff
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catch'em All 2: The grep Edition
In the forest, our scanners have detected the presence of pokemon.
### Part 1: Catch 'em
- **a)** In the answers file, found in the greps directory, show the grep statement you used to catch each pokemon and save to a txt file, in the format `[pokemon name].txt`
- **b)**
Save the each pokemon as a separate `.txt` file in the `captured` directory.
- **c)** In which section of the forest (which scan file) did you find each pokemon?
### Part 2: Stats
- **a)** How many pokemon are there? Show your grep that you used to get to that number.
- **b)** Who are the three biggest pokemon? (number of lines)
Show the grep that you used to get to the result.
(Hint: remember to use `ggrep -P "(whatever your pattern is)" [whatever your file is]`)