Skip to content

ZCW-J92D42/Grep.Data.CatchEmAll2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages