哪个 Bash 命令会将用户输入的一行内容读入名为 user_name 的变量?
user_name
echo user_name
read $user_name
read user_name
cat user_name