logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

numinterval - Show the numeric intervals between each line in a file.

Description

numinterval will calculate and display the numeric interval between one number and the next on an input
       stream.

       This can be quite useful for showing quantities of increase or decrease of data when the numbers
       themselves aren't providing you with what you want.  For instance, I wrote this program after wanting to
       see the rate of change in box office ticket sales for movies on imdb.com. ;-)

More Info

       More info on numinterval can be found at:

       http://suso.suso.org/xulu/Num-utils

perl v5.30.3                                       2020-06-09                                        INTERVAL(1)

Name

       numinterval - Show the numeric intervals between each line in a file.

Options

           -h  Help: You're looking at it.
           -V  Increase verbosity.
           -d  Debug mode.  For developers
           -q  Don't print any warnings.  Quiet mode.

See Also

numaverage(1), numbound(1), numnormalize(1), numgrep(1), numprocess(1), numsum(1), numrandom(1),
       numrange(1), numround(1)

Synopsis

numinterval [-dhV] <FILE>

       | numinterval [-dhV]    (Input on STDIN from pipeline.)

       numinterval [-dhV]      (Input on STDIN.  Use Ctrl-D to stop.)

See Also