
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>祝你好运的技术博客</title>
      <link>https://www.calvinhappy.com//blog</link>
      <description>这是一个技术博客，用Next.js，Markdown还有Tailwind.css来构建的</description>
      <language>en-us</language>
      <managingEditor>sunkehappy@gmail.com (祝你好运)</managingEditor>
      <webMaster>sunkehappy@gmail.com (祝你好运)</webMaster>
      <lastBuildDate>Sat, 21 Aug 2021 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.calvinhappy.com//tags/命令行/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.calvinhappy.com//blog/2021-08-21-command-line-operator-to-execuate-multiple-commands</guid>
    <title>在命令行一次执行多个命令</title>
    <link>https://www.calvinhappy.com//blog/2021-08-21-command-line-operator-to-execuate-multiple-commands</link>
    <description>之前我只知道可以用分号来分隔命令，这些命令可以一次执行，但是今天在看[hooks](https://github.com/alibaba/hooks)源代码的时候，发现它的`init`命令里面是用`&amp;&amp;`来分隔命令的，那他们之间有什么区别呢？注意我们这里只讨论Linux下的情况，不讨论Windows下的情况，他们不一样。</description>
    <pubDate>Sat, 21 Aug 2021 00:00:00 GMT</pubDate>
    <author>sunkehappy@gmail.com (祝你好运)</author>
    <category>命令行</category>
  </item>

    </channel>
  </rss>
