From: "Rebhan, Gilbert" Date: 2007-08-22T18:20:12+09:00 Subject: tail, start reading at EOF Hi, how to alter tail function to start at the end of the file, not reading the lines already existing in file ? = File = File.open(ARGV[0]) while File.exists?(file.path) puts file.gets while !file.eof? sleep(1) end Regards, Gilbert