]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 17:30:49 +0000 (17:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 17:30:49 +0000 (17:30 +0000)
TODO

diff --git a/TODO b/TODO
index aad79b9e378343438e625c7e33a639f73b439eb3..945ad7cf23ee92af6fea1adb70db361e38b8a51b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -95,3 +95,7 @@ sort: Add an ordering option -R that causes 'sort' to sort according
   output.  The default SEED is chosen at random, and contains enough
   information to ensure that the output permutation is random.
   suggestion from Feth AREZKI, Stephan Kasal, and Paul Eggert on 2003-07-17
+
+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"