diff --git a/cut/0_Cutting_Content/codeanswer b/cut/0_Cutting_Content/codeanswer index 683b46f..2394fd6 100644 --- a/cut/0_Cutting_Content/codeanswer +++ b/cut/0_Cutting_Content/codeanswer @@ -1 +1 @@ -grep "Jordan" | cut -b 8- $LLO_DATAFILE | head -5 +grep "Jordan" $LLO_DATAFILE | cut -b 8- | head -5