From 9891a8b0632e0cafcbef919a43b33363d4f06516 Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 12 Oct 2020 22:21:05 +0300 Subject: [PATCH] cut --- cut/0_Cutting_Content/codeanswer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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