summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-07-13 16:22:44 +0000
committerjoeyh <joeyh>2006-07-13 16:22:44 +0000
commit987dac354dbcb7367addc40d69c51bc61897f9ee (patch)
tree783cef5e87982d44a88c230cc28c1df2a939bfc2 /README
parent3de0317294bad0e765c97f6f5486f200ae2f6a33 (diff)
downloadmoreutils-987dac354dbcb7367addc40d69c51bc61897f9ee.tar.gz
* Remove notes about potential tools from README, moved to wiki.
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
index e8e9ddd..ef1db4d 100644
--- a/README
+++ b/README
@@ -28,31 +28,4 @@ apprecitated. The web page lists some that are under consideration but
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>