#!/usr/koeki/bin/ruby # -*- coding: utf-8 -*- f = open("list.csv", "r") while line = f.gets print line end f.close