<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Sed on ZRJ | 学习笔记</title>
        <link>https://blog.zrj.me/tags/sed/</link>
        <description>Recent content in Sed on ZRJ | 学习笔记</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>zh-CN</language>
        <lastBuildDate>Tue, 28 Oct 2014 11:18:36 +0800</lastBuildDate><atom:link href="https://blog.zrj.me/tags/sed/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Linux bash explode string</title>
        <link>https://blog.zrj.me/posts/2014-10-28-linux-bash-explode-string/</link>
        <pubDate>Tue, 28 Oct 2014 11:18:36 +0800</pubDate>
        
        <guid>https://blog.zrj.me/posts/2014-10-28-linux-bash-explode-string/</guid>
        <description>&lt;p&gt;想要对一个很长的行根据分隔符断开，搜了一下，这次万能的 stackoverflow 居然没有合适的答案，于是只能自己搞，想了想，其实很简单，这么写就可以了&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;head part-00079 -n &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sed &lt;span class=&#34;s2&#34;&gt;&amp;#34;s/\t/\r\n/g&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;其实就是 sed，这个思路可以自由发挥的空间很大，想实现什么效果都简单&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
