Hi,

i use redhat 8.0.
When, on a tty, I do
$su - snfs -c "echo nothing" > /root/test
in /root/test, I have 
ESC%Gnothing

What is that ?

To have more info, I do
$(set -x;test=`su - snfs -c "echo nothing"`; echo $test) 2>/root/set_test
in /root/set_test, there is:
+ set -x
++ su - snfs -c 'echo nothing'
+ test=ESC%Gnothing
+ echo $'\E%Gnothing'

It didn't do that in 7.3. su snfs -c hasn't any problem, too.

locale gives
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=

Could someone tell me what is the issue, here ?

Thanks,

Pat



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to