diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 06:59:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 06:59:54 +0000 |
commit | 9efbdbc75b80e7b269df05fe3fe89d6b2836011f (patch) | |
tree | 03735555201d28fe7adbef9806b84eac29a4cb70 | |
parent | 873a22151fd07ce02bb5a01f83a86545f14eb518 (diff) | |
download | coreutils-9efbdbc75b80e7b269df05fe3fe89d6b2836011f.tar.xz |
.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,3 +99,6 @@ sort: Add an ordering option -R that causes 'sort' to sort according 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" + + +cut: when stdin is a tty, one has to hit EOF *twice* to get it to stop |