<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]shell 脚本中将输出内容赋值给一个变量时的换行问题,双引号把变量给引起来就有换行了。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Thu, 18 Apr 2019 08:06:22 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	如下所示，文件hello.txt中有5行数据，要将这5行数据在一行中显示出来，并用空格分隔。<br/><br/>jie$ cat hello.txt <br/>1<br/>2<br/>3<br/>4<br/>5<br/><br/>从下方法均可实现： <br/>方法1.<br/><br/>$ echo `cat hello.txt` <br/>1 2 3 4 5<br/><br/>cat hello.txt &#124; xargs<br/>1 2 3 4 5<br/><br/>$a=$(cat hello.txt)<br/>cat &quot;$a&quot;<br/>1<br/>2<br/>3<br/>4<br/>5<br/><br/>原文：https://blog.csdn.net/guoyajie1990/article/details/73692526 <br/>
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]shell 脚本中将输出内容赋值给一个变量时的换行问题,双引号把变量给引起来就有换行了。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>