$ printf "hello\nHELLO\n" | sort --ignore-case | uniq --ignore-case
hello
$ printf "привет\nПРИВЕТ\n" | sort --ignore-case | uniq --ignore-case
привет
ПРИВЕТ
как заставить работать ?
$ printf "hello\nHELLO\n" | sort --ignore-case | uniq --ignore-case
hello
$ printf "привет\nПРИВЕТ\n" | sort --ignore-case | uniq --ignore-case
привет
ПРИВЕТ
как заставить работать ?
Ответ на:
комментарий
от Tanger
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от anonymous
Ответ на:
комментарий
от firkax
Ответ на:
комментарий
от Toxo2