Instructions

We found this annoyingly named directory tree starting at /problems/4ea5ed7e98607104e4504759e0895289. It would be pretty lame to type out all of those directory names but maybe there is something in there worth finding? And maybe we dont need to type out all those names...? Follow the trunk, using cat and ls!

Hints

Tab completion is a wonderful, wonderful thing

Solution

Oh boy, this one is simple, and set one up that is further down the list. I have had experience with linux so I knew to just use "find trunk -name 'flag*'". I put the * at the end of flag just in case it was a flag.txt or anything like that. Then all I had to do was cd to the filepath given. The funny part is this is the same way I did Leaf of the Forest.