diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-19 17:30:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-19 17:30:49 +0000 |
commit | 18695bd657e155e2566756db15feab55eae324f6 (patch) | |
tree | 33a7c18b70ea36c83483743824de490da7ea930a /TODO | |
parent | 51ff0dc7c082c4fb3f770acb2d917e59f0b76b2c (diff) | |
download | coreutils-18695bd657e155e2566756db15feab55eae324f6.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |