diff --git a/cut/1_Cutting_Column/code b/cut/1_Cutting_Column/code index 8782442..0f86798 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 -c1-5,10-15 $LLO_DATAFILE | head -5 +cut -c 1-5,10-15 $LLO_DATAFILE | head -5