revtail − cats a file or stdin line by line starting from the last up to the first |
revtail [-nblines] [--] [...files...] |
revtail reads lines from files, or stdin if no files are supplied by args, and outputs them starting from the last line available upt to the first within the limit of nblines if supplied within the arguments. |
-nblines |
limits the maximum number of lines output per file to nblines. |
-- |
marks the end of supplied options within args. usefull for supplying filenames starting with a dash. |
none. |
> echo ’1.2.3.4.5.6.7.8.9.10’ | tr ’.’ ’\n’ | revtail -5 10 9 8 7 6 |
There are probably plenty bugs. Please report them to bozomake@disjunkt.com |
Jean-Daniel Pauget (bozomake@disjunkt.com) |
$Id: revtail.1.in 581 2010-04-08 21:42:14Z jd $ |