新手一个,求指导
1:脚本里有一段这个语句echo 'if [ "`tty`" != "not a tty" ] ; then' >> /etc/profile 执行后目标主机文件里结果是 if [ "/dev/pts/0" != "not a tty" ] ; then, 怎么让他不转换tty
2:脚本里有一段这个语句执行echo 'up_client_ip=`(who -m|cut -d\( -f2|cut -d\) -f1)`' >> /etc/profile 结果文件里显示up_client_ip=192.168.1.1,怎么让他不转换up_client_ip=192.168.1.1并且显示后面的?
1:脚本里有一段这个语句echo 'if [ "`tty`" != "not a tty" ] ; then' >> /etc/profile 执行后目标主机文件里结果是 if [ "/dev/pts/0" != "not a tty" ] ; then, 怎么让他不转换tty
2:脚本里有一段这个语句执行echo 'up_client_ip=`(who -m|cut -d\( -f2|cut -d\) -f1)`' >> /etc/profile 结果文件里显示up_client_ip=192.168.1.1,怎么让他不转换up_client_ip=192.168.1.1并且显示后面的?