История изменений
Исправление ASM, (текущая версия) :
Как только написал, понял ответ:
asm@localhost dir % ls --color=none | sort /home/asm/dir
01_testfile.txt
02_testifle.txt
a_testfile.txt
b_testfile.txt
z_testfile.txt
asm@localhost dir % ls | sort /home/asm/dir
02_testifle.txt
a_testfile.txt
b_testfile.txt
z_testfile.txt
01_testfile.txt
Всем спасибо.
Баг крылся в .zshrc:
alias ls="ls --color"
alias ls="ls --color=auto"
Исходная версия ASM, :
Как только написал, понял ответ:
asm@localhost dir % ls --color=none | sort /home/asm/dir
01_testfile.txt
02_testifle.txt
a_testfile.txt
b_testfile.txt
z_testfile.txt
asm@localhost dir % ls | sort /home/asm/dir
02_testifle.txt
a_testfile.txt
b_testfile.txt
z_testfile.txt
01_testfile.txt
Всем спасибо.