summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-24 09:20:18 +0000
committerJim Meyering <jim@meyering.net>2003-07-24 09:20:18 +0000
commit4df8fb5bc6329628cdddd4f6c0635d7e9190a696 (patch)
tree118f39f24be94f7a3f250fd56da49c50676a85b4 /TODO
parent19785d4bfeea459c9a56a15087621087a88fc308 (diff)
downloadcoreutils-4df8fb5bc6329628cdddd4f6c0635d7e9190a696.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index fc9d3988c..373e1c5de 100644
--- a/TODO
+++ b/TODO
@@ -100,5 +100,7 @@ unexpand: [http://www.opengroup.org/onlinepubs/007908799/xcu/unexpand.html]
printf 'x\t \t y\n'|unexpand -t 8,9 should print its input, unmodified.
printf 'x\t \t y\n'|unexpand -t 5,8 should print "x\ty\n"
+Let GNU su use the `wheel' group if appropriate.
+ (there are a couple patches, already)
cut: when stdin is a tty, one has to hit EOF *twice* to get it to stop