Download List

项目描述

num-utils are a set of programs for dealing with numbers from the Unix command line. Much like the other command line utilities grep, awk, sort, cut, etc. these utilities work on numeric data from both standard in and data from files. The base utilities currently included are average, bound, interval, numgrep, numprocess, numsum, random, range, and round. If you work with pipelines on the command line, these tools will prove to be helpful.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-19 08:05
0.5

该numsum程序现在有能力在一次总结的列和行系列。这种变化也能够指定一个或多个行和列,你想总结。
标签: Major feature enhancements
The numsum program now has the ability to sum up series of columns and rows at once. With this change is also the ability to specify one or multiple rows and columns that you would like to be summed up.

2003-09-24 08:47
0.4

此版本增加了一个名为正常化,规范化,将一组数字。默认情况下它正常化0和1之间,但使用- R选项也可以使用任何范围。平均项目获得了能够找到的中位数和套号码模式。也有轻微的文档的变化。
标签: Major feature enhancements
This release adds a program called normalize that will
normalize a set of numbers. By default it normalizes
between 0 and 1 but using a -R option it can use any
range. The average program gained the ability to find
medians and modes in sets of numbers. There are also
minor documentation changes.

2003-06-10 00:27
0.3

此版本主要添加了'区间'计划,该计划将显示数字之间的数字输入线间隔。这可以是非常有用的,显示的一组数字的变化率。
标签: Major feature enhancements
This release mainly adds the 'interval' program, which will display the numeric interval between numbers in lines of input. This can be very useful for showing the rate of change of a set of numbers.

2003-05-30 05:58
0.2

本新闻稿中的新功能包括因素和numgrep倍数,1 - e(上排除处理)范围内的命令选项,并处理为负数的sqrt()函数在numprocess。若干补充和修正文件也作出了。
标签: Minor feature enhancements
New features in this release include handling of factors and multiples in numgrep, a -e (exclude) option in the range command, and handling of negative numbers for the sqrt() function in numprocess. Several documentation additions and fixes have also been made.

2002-06-18 12:01
0.1

这种初始发行数量- utils的是相当成熟和易用性,虽然它仍然被视为发展。
标签: Initial freshmeat announcement
This initial release of num-utils is quite mature and usable, although it is still considered in development.

Project Resources