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