Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/utilities2/sort3.1.html
Дата изменения: Fri Jan 17 12:43:26 1997 Дата индексирования: Tue Oct 2 02:14:19 2012 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п |
Unless you specify otherwise sort treats the one or more space characters between words as field delimiters. You may want to sort files where words are separated by another character such as a colon (:).
Use the -t option to specify another character to act as the field delimiter. For example
-t:
specifies the colon (:) character as the delimiter.
One specific delimiter followed by another indicates an empty field. For example with a colon (: ) as a delimiter
field0:field1::field3:field4
field2 is taken to be empty.