\n in variable in heredoc

前端 未结 5 1476
一个人的身影
一个人的身影 2020-12-10 04:57

Is there any way to for a Bash heredoc to interpret \'\\n\\\' in a heredoc?

I have an iteratively built string in a loop, something like

for i in wor         


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