echo \"$(hostname -I)\"输出"111.111.111 " 我怎样才能避免额外的空间并改为"111.111.111"
echo \"$(hostname -I)\"
"111.111.111 "
"111.111.111"
bash shell-script
bash ×1
shell-script ×1