num-utils 0.5-15 source package in Ubuntu
Changelog
num-utils (0.5-15) unstable; urgency=medium * New maintainer. (Closes: #918486) -- Regis Fernandes Gontijo <email address hidden> Tue, 09 Jun 2020 03:57:25 +0000
Upload details
- Uploaded by:
- Regis Fernandes Gontijo
- Uploaded to:
- Sid
- Original maintainer:
- Regis Fernandes Gontijo
- Architectures:
- all
- Section:
- math
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
num-utils_0.5-15.dsc | 1.8 KiB | 2803ba7fb081ed4a6d483d4ffd555c1e94502145c7d732869788acd365527ac4 |
num-utils_0.5.orig.tar.gz | 31.1 KiB | 03592760fc7844492163b14ddc9bb4e4d6526e17b468b5317b4a702ea7f6c64e |
num-utils_0.5-15.debian.tar.xz | 17.0 KiB | a653eca3ba52812a0deca2cc637564ffcd231198cdb8a33304641e0aef4f6883 |
Available diffs
- diff from 0.5-14 to 0.5-15 (466 bytes)
No changes file available.
Binary packages built by this source
- num-utils: programs for dealing with numbers from the command line
The 'num-utils' are a set of programs for dealing with numbers from the
Unix command line. Much like the other Unix command line utilities like
grep, awk, sort, cut, etc. these utilities work on data from both
standard in and data from files.
.
Includes these programs:
* numaverage: A program for calculating the average of numbers.
* numbound: Finds the boundary numbers (min and max) of input.
* numinterval: Shows the numeric intervals between each number in a sequence.
* numnormalize: Normalizes a set of numbers between 0 and 1 by default.
* numgrep: Like normal grep, but for sets of numbers.
* numprocess: Do mathematical operations on numbers.
* numsum: Add up all the numbers.
* numrandom: Generate a random number from a given expression.
* numrange: Generate a set of numbers in a range expression.
* numround: Round each number according to its value.