drunckj / challenge-1

a challenge for computer science beginner students to test their programming concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

challenge-1

Was too bored in qurantine i started doing challenges and came up with one on my own. This data.zip has a complex structure and one of the files inside it contains an email address where you can mail how did u find it . This will help strenghten your programming concepts.Good luck.

  • Hint: The email address is a google address
  • Hint: the easiest approach is to use bash
  • ill update this repo with the answers after 3 days till then try it yourself.

Happy Scripting

The best answer is:

find . -name "*.zip" -exec zipgrep gmail {} \;

Want to buy me a coffee: https://www.paypal.me/drunkcj

About

a challenge for computer science beginner students to test their programming concepts