#!/usr/local/bin/ruby -Ks # # 第一引数(ARGV[0])にファイルを指定する # f = open(ARGV[0]) f.each { |line| print line unless line.chop == '' }