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

sorterr - re-sort .err file by various criteria

Description

sorterr  re-sorts  a  .err file by the specified criterion (or by the error ratio by default).  Output is
       sent to stdout, or if --replace (short option -r) is specified the input file is replaced with the sorted
       version.  By default all entries in the file are included - if a second parameter is given then only  the
       top HOW_MANY entries after sorting are returned.

Name

       sorterr - re-sort .err file by various criteria

Options

-h,--horizontal
              sort by horizontal error factor

       -v,--vertical
              sort by vertical error factor

       -p,--percentage
              sort by percentage error

       -l,--per-leg
              sort by error per leg

       -r,--replace
              replace .err file with re-sorted version

       --help display short help and exit

       --version
              output version information and exit

See Also

aven(1), cavern(1), diffpos(1), dump3d(1), extend(1), survexport(1)

Synopsis

sorterr [OPTIONS] ERR_FILE [HOW_MANY]

See Also