From 02b1913bda58caff56ca7ed17de91d78f4aaac36 Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Tue, 28 Mar 2023 13:15:54 +0200 Subject: [PATCH] Removed unnecessary line --- take_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/take_data.sh b/take_data.sh index e791dce..fd316f8 100644 --- a/take_data.sh +++ b/take_data.sh @@ -1,5 +1,5 @@ #!/bin/bash while read line do - echo "Record is : $line" + echo "$line" done < <(tail -n +2 Customers.csv) \ No newline at end of file