(bash) wrapping long string produces unwanted spaces

后端 未结 0 1671
梦如初夏
梦如初夏 2021-02-04 13:11
#!/bin/bash

str="a,b,c,\\
     d,e,f"

# outputs a,b,c      d,e,f
echo "$str"

Is there any other way than this to wrap a long strin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题