diff --git a/solution.md b/solution.md new file mode 100644 index 0000000..00833aa --- /dev/null +++ b/solution.md @@ -0,0 +1,194 @@ +mystery/ +ls +grep "CLUE" crimescene + +people +cat people +grep "Annabel" people + +head people + +head -n 173 streets/Mattapan_Street | tail -n 1 + + +cat interviews/interview-9437737 + + +head -n 40 streets/Hart_Place | tail -n 1 + + +cat interviews/interview-47246024 + + + head vehicles +s + +grep -A 5 "L337" mystery/vehicles + + + +-- + + +-- +License Plate L337GB9 +Make: Toyota +Color: Blue +Owner: Matt Waite +Height: 6'1" +Weight: 190 lbs +-- +License Plate L337OI9 +Make: Jaguar +Color: Blue +Owner: Brian Boyer +Height: 6'6" +Weight: 201 lbs +-- +s +-- + +-- + +-- + +-- + +-- +License Plate L3375A9 +Make: Honda +Color: Blue +Owner: Jeremy Bowers +Height: 6'1" +Weight: 204 lbs +-- + + +memberships +cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "John Keefe" + + +cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Matt Waite" + + +at AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Brian Boyer" +r + +cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Al Shaw" + + +cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Joe Germuska" + + +cat AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | grep "Jeremy Bowers" + + + + + + + + + +