mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Pick up dnf and split(str)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>jq 1.5 is in the official <a href="http://pkgs.fedoraproject.org/cgit/jq.git/">Fedora</a> repository. Install using <code>sudo yum install jq</code>.</p>
|
||||
<p>jq 1.5 is in the official <a href="http://pkgs.fedoraproject.org/cgit/jq.git/">Fedora</a> repository. Install using <code>sudo dnf install jq</code>.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
@@ -3826,10 +3826,10 @@ map(foo) | from_entries</code>, useful for doing some operation to all keys and
|
||||
|
||||
</section>
|
||||
|
||||
<section id="split">
|
||||
<section id="split(str)">
|
||||
<h3>
|
||||
|
||||
<code>split</code>
|
||||
<code>split(str)</code>
|
||||
|
||||
|
||||
</h3>
|
||||
@@ -6771,7 +6771,7 @@ Complex assignments
|
||||
|
||||
"implode" : "implode",
|
||||
|
||||
"split" : "split",
|
||||
"split(str)" : "split(str)",
|
||||
|
||||
"join(str)" : "join(str)",
|
||||
|
||||
|
||||
28
sitemap.xml
28
sitemap.xml
@@ -2,37 +2,37 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/tutorial/</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/manual/</loc>
|
||||
<lastmod>2015-10-25</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/tutorial/</loc>
|
||||
<lastmod>2015-10-25</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/manual/</loc>
|
||||
<lastmod>2015-11-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/manual/v1.3/</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<lastmod>2015-10-25</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/manual/v1.4/</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<lastmod>2015-10-25</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/manual/v1.5/</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<lastmod>2015-10-25</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://stedolan.github.io/jq/download/</loc>
|
||||
<lastmod>2015-10-18</lastmod>
|
||||
<lastmod>2015-11-26</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user