Answer the question
In order to leave comments, you need to log in
Why does Cyrillic in bash scripts behave incorrectly?
Hello.
There is a standard code for entering user information in bash.
#!/bin/bash
read -p 'НАЗВАНИЕ: ' NAME
echo ${NAME}
~# sh read.sh
НАЗВАНИЕ: HelloWorld
HelloМ▒World
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question