From 0cc271e45b7072e15153a380a38cb869e32b9183 Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Wed, 24 Mar 2021 11:39:46 +0000 Subject: [PATCH] Remove confusion of line finding in step3 --- step3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/step3 b/step3 index b428603c5..199590708 100644 --- a/step3 +++ b/step3 @@ -4,13 +4,11 @@ You found 4 matches for the name 'Annabel'. Only 2 of them are women so you can ############ Challenge ############### -See if you can find files matching street names for two remaining women named 'Annabel'. Use the combinations of commands from the Detective Handbook (section step3) to do this. +See if you can find files matching street names for the two remaining women named 'Annabel'. Use the combinations of commands from the Detective Handbook (section step3) to do this. ###################################### -Take a look inside the files you've found. REMEMBER: among the information available in 'possible_witnesses.txt', you have references to line numbers. See if you can use that line number to discover something useful about the lady called 'Annabel'. +Take a look inside the files you've found, they're big files, aren't they. REMEMBER: among the information available in 'possible_witnesses.txt', you have references to line numbers. -If you get stuck check out hint2. - -Move on to step4. +Move on to step4 to find the line we're looking for.