From: Marcin Kulisz Date: 2007-05-02T05:44:28+09:00 Subject: file & split hi everyone, I'm very, very fresh in ruby so I'm looking for help with a small problem. I've got a log file from wget and I have to evaluate average download speed when downloading is still going, so I'm trying to do this > File.open(name) do |file| > while line=file.gets > tab=%w(line.split) > end > end but how can I evaluate this 8th column from wget-log each line, I'm not even sure about this few lines above -- Posted via http://www.ruby-forum.com/.