On 02/03/2015 16:22, Philippe Teuwen wrote:
> It appears that I was wrong, it's not related to the version of sed but
> to the terminal configuration:
>
> echo '=abcABC[]\\_='|LANG=en_US.utf8 sed 's/[A-z]/*/g'
> sed: -e expression #1, char 11: Invalid range end
>
> echo '=abcABC[]\\_='|LANG=C
It appears that I was wrong, it's not related to the version of sed but
to the terminal configuration:
echo '=abcABC[]\\_='|LANG=en_US.utf8 sed 's/[A-z]/*/g'
sed: -e expression #1, char 11: Invalid range end
echo '=abcABC[]\\_='|LANG=C sed 's/[A-z]/*/g'
=***=
The order of chars in utf8
2 matches
Mail list logo