count − numbers each line from stdin |
count [ -0 ] |
count reads each lines from stdin and outputs them prepended with their numbering, starting from one or zero according to the options. The default is to start from one. |
-0 |
starts the numbering from zero. |
none. |
count isn’t gnu compliant : lines longer than 4096 chars are cut and counted twice ... There are probably plenty others. Please report them to bozomake@disjunkt.com |
Jean-Daniel Pauget (bozomake@disjunkt.com) |
$Id: count.1.in 581 2010-04-08 21:42:14Z jd $ |