From: Jim Meyering Date: Sat, 29 Jul 2000 05:31:44 +0000 (+0000) Subject: sort's -T option can now appear multiple times. X-Git-Tag: TEXTUTILS-2_0g~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b14de28bea3559379fa5b013d99172405b62146;p=thirdparty%2Fcoreutils.git sort's -T option can now appear multiple times. --- diff --git a/doc/textutils.texi b/doc/textutils.texi index 914161bc06..f1ddc70fc2 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -2264,6 +2264,16 @@ into fields @w{@samp{ foo}} and @w{@samp{ bar}}. The field separator is not considered to be part of either the field preceding or the field following. +@item -T @var{tempdir} +@opindex -T +@cindex temporary directory +Use directory @var{tempdir} to store temporary files, overriding the +@env{TMPDIR} environment variable. If this option is given more than +once, temporary files are stored in all the directories given. If you +have a large sort or merge that is I/O-bound, you can often improve +performance by using this option to specify directories on different +disks and controllers. + @item -u @opindex -u @cindex uniquifying output