标签: echo x1

针对电脑爱好者和电脑高手的问答。

2

答案

Shell脚本呼应新行到文件

我想在shell脚本中的变量之间呼应一个新行到文件中。这是我的代码。 var1="Hello" var2="World!" logwrite="$var1 [Here's where I want to insert a new line] $var2 echo "$logwrite" \>\> /...