down to three names in final_final_final_final #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we first ran
grep "CLUE" crimescene
to get the out put of the cluesCLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'. CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for AAA, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason. CLUE: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent.
we figured from here that the suspect is a
male
, at least6'
, had memberships inAAA, Delta SkyMiles, the local library, and the Museum of Bash History
Here are the steps we took to get to our current list of names:
sort <file1.txt> -o <output.txt>
comm -12 <file1.txt> <file2.txt> > <output.txt>
male
and reduce to a list of onlynames
cat male_sort.txt | cut -f 1 > male_sort_cut.txt
grep -B 1 -A 3 "Height: 6" vehicles > vehicles_height.txt
height
list by Owners name and sort itgrep -E "Owner:" vehicles_height.txt | sed 's/Owner: //' > vehicles_height_owner.txt
comm -12 final_final_final.txt vehicles_height_owner_sort.txt > final_final_final_final.txt
We are down to the following names, but need to narrow it down to one!
➜ cat final_final_final_final.txt Augustin Lozano Brian Boyer Jeremy Bowers