From fecf9dee7c2d9de6d638d57dd37588d794426dd7 Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 12 Oct 2020 23:01:11 +0300 Subject: [PATCH] cut --- cut/1_Cutting_Column/code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cut/1_Cutting_Column/code b/cut/1_Cutting_Column/code index 0f86798..6424ae7 100644 --- a/cut/1_Cutting_Column/code +++ b/cut/1_Cutting_Column/code @@ -2,4 +2,4 @@ echo "Cutting Contents of a file on the standard output (stdout)." echo "-----with ranges-----" -cut -c 1-5,10-15 $LLO_DATAFILE | head -5 +cut -c 1-5 $LLO_DATAFILE | head -5