#!/bin/bash IFS="," home=( $(cut -d \',\' -f2 Home.csv ) ) printf "%s\\n" "${home[*]}"
This stores the column name as