for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end. WWW: http://elif.rubyforge.org/ WWW: http://rubyforge.org/projects/elif/ PR: ports/146269 Submitted by: Eric Freeman <freebsdports at chillibear.com>
7 lines
297 B
Text
7 lines
297 B
Text
A port of File::ReadBackwards, the Perl module by Uri Guttman,
|
|
for reading a file line by line in reverse order. This can
|
|
often be helpful for things like log files, where the
|
|
interesting information is usually at the end.
|
|
|
|
WWW: http://elif.rubyforge.org/
|
|
WWW: http://rubyforge.org/projects/elif/
|