Remove line breaks in Bourne Shell from variable

后端 未结 4 1788
猫巷女王i
猫巷女王i 2021-02-07 07:45

In bourne shell I have the following:

VALUES=`some command that returns multiple line values`

echo $VALUES

Looks like:

\"ONE\"         


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