Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh) at 2024-10-28T08:31:05+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Oct 28, 2024
1 parent 2d70d01 commit 3304663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 05-advanced-text-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,13 @@ <h2>jq</h2>
</section>
<section id="jq-als-pretty-printer" class="slide level2">
<h2>jq als “pretty printer”</h2>
<pre class="console"><code>curl -s &#39;https://api.github.com/repos/stedolan/jq/commits?per_page=5&#39; | jq</code></pre>
<pre class="console"><code>curl -s &#39;https://api.github.com/repositories/5101141/commits?per_page=5&#39; | jq</code></pre>
<p>of: <code>jq '.'</code> (met <code>.</code> de <em>identity
operator</em>)</p>
</section>
<section id="toon-enkel-eerste-element" class="slide level2">
<h2>Toon enkel eerste element</h2>
<pre class="console"><code>curl -s &#39;https://api.github.com/repos/stedolan/jq/commits?per_page=5&#39; | jq &#39;.[0]&#39;</code></pre>
<pre class="console"><code>curl -s &#39;https://api.github.com/repositories/5101141/commits?per_page=5&#39; | jq &#39;.[0]&#39;</code></pre>
<p>(in de volgende voorbeelden: enkel het <code>jq</code>-commando)</p>
</section>
<section id="toon-enkel-specifieke-velden" class="slide level2">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

De slides zijn opgemaakt in [Markdown](https://guides.github.com/features/mastering-markdown/) en worden met [Pandoc](https://pandoc.org/) omgezet naar een [reveal.js](https://revealjs.com/) presentatie. De broncode is gepubliceerd op: <https://github.com/hogenttin/linux-slides/>

Laatste wijziging: Tue Oct 22 09:52:25 UTC 2024
Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024
2 changes: 1 addition & 1 deletion datalinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Tue Oct 22 09:52:25 UTC 2024
Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024
2 changes: 1 addition & 1 deletion opslinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Tue Oct 22 09:52:25 UTC 2024
Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024

0 comments on commit 3304663

Please sign in to comment.