down to three names in final_final_final_final#30
Open
scottqueen-bixal wants to merge 1 commit intoveltman:masterfrom
Open
down to three names in final_final_final_final#30scottqueen-bixal wants to merge 1 commit intoveltman:masterfrom
scottqueen-bixal wants to merge 1 commit intoveltman:masterfrom
Conversation
|
Are you looking for help? I played it today and found the solution quite simple. |
|
@veltman I think this PR was mistakenly opened against your repo and can be closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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" crimesceneto 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 HistoryHere 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>maleand reduce to a list of onlynamescat male_sort.txt | cut -f 1 > male_sort_cut.txtgrep -B 1 -A 3 "Height: 6" vehicles > vehicles_height.txtheightlist by Owners name and sort itgrep -E "Owner:" vehicles_height.txt | sed 's/Owner: //' > vehicles_height_owner.txtcomm -12 final_final_final.txt vehicles_height_owner_sort.txt > final_final_final_final.txtWe 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