From: Jim Meyering Date: Wed, 23 Jul 2003 06:59:54 +0000 (+0000) Subject: . X-Git-Tag: v5.0.90~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9efbdbc75b80e7b269df05fe3fe89d6b2836011f;p=thirdparty%2Fcoreutils.git . --- diff --git a/TODO b/TODO index 945ad7cf23..fc9d3988c0 100644 --- a/TODO +++ b/TODO @@ -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