have not yet been included, I also welcome feedback on which of these to
include.
-mime
- determines the mime type of a file using the gnome mine database
-
- (More useful than file(1) in many cases but would add a lot of
- gnome libraries to the package's dependency chain.)
-
-tmp
- puts stdin into a temp file and passes it to the specified program
- ex: zcat file.bmp.gz | tmp zxgv
-
-add
- adds up numbers from stdin
-
-todist
- inputs a list of numbers and outputs their distribution, a value
- and how many time it occurs in the input
- http://baruch.ev-en.org/files/todist
-
- Not a general enough unix tool, probably?
-
-tostats
- inputs a list of numbers and outputs some statistics about the
- numbers: average, stddev, min, max, mid point
- http://baruch.ev-en.org/files/todist
-
- Not a general enough unix tool, probably?
-
-- Joey Hess <joey@kitenet.net>
+moreutils (0.15) UNRELEASED; urgency=low
+
+ * Remove notes about potential tools from README, moved to wiki.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 13 Jul 2006 12:21:38 -0400
+
moreutils (0.14) unstable; urgency=low
* vidir: Also support EDITOR or VISUAL that contains spaces and parameters.