> cat /var/log/squid/access.log | ruby -pe '$_.gsub!(/^(\d+)/, > Time.at($1.to_i).to_s)' No need for "cat" there.