2014-12-03 ruby でCSVファイルの3列目でsort ruby でCSVファイルの3列目でsort f=open("test.txt","r") f=f.map{|i| i.split(",")}.sort_by{|elem| elem[3];}