Spalten Sie die Spalte von CSV UNIX ab
awk -F "\"*,\"*" '{print $2}' textfile.csv
Puzzled Pheasant
awk -F "\"*,\"*" '{print $2}' textfile.csv