Robert Edmonds wrote:
> How about a utility to sample every Nth line of stdin to stdout? ...

GNU sed does this:

    $ seq 100 | sed -n '0~35p'
    35
    70


Regards
Carsten



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to