Программа для замены символов ТАБуляций на пробелы.Положение маркеров табуляции (табулостопов) можно регулироватьпо своему усмотрению. If your input file contains tabs and if the tabs must be expanded tothe proper number of spaces for your sort keys to line up properly,then any SORT routines will not sort it correctly because SORT doesnot expand the tabs. The solution is to process the file with someprogram that expands the tabs and then to use the output of thisprogram as the input to SORT.