Pobieraj kolumnę z CSV UNIX
awk -F "\"*,\"*" '{print $2}' textfile.csv
Puzzled Pheasant
awk -F "\"*,\"*" '{print $2}' textfile.csv