Variables overwriting text problem with “echo” in Bash

后端 未结 2 1858
余生分开走
余生分开走 2020-11-27 22:53

I use OS X 10.6.5, Bash.

When I run this:

echo $IP; echo of; echo $IPLINES

I get this output:

219.80.4.150:3128
of
         


        
2条回答
提交回复
热议问题