diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-24 09:20:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-24 09:20:18 +0000 |
commit | 4df8fb5bc6329628cdddd4f6c0635d7e9190a696 (patch) | |
tree | 118f39f24be94f7a3f250fd56da49c50676a85b4 /TODO | |
parent | 19785d4bfeea459c9a56a15087621087a88fc308 (diff) | |
download | coreutils-4df8fb5bc6329628cdddd4f6c0635d7e9190a696.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |