|
5 | 5 | <link href="https://learnbyexample.github.io/atom.xml" rel="self" type="application/atom+xml"/>
|
6 | 6 | <link href="https://learnbyexample.github.io"/>
|
7 | 7 | <generator uri="https://www.getzola.org/">Zola</generator>
|
8 |
| - <updated>2024-08-20T00:00:00+00:00</updated> |
| 8 | + <updated>2024-08-21T00:00:00+00:00</updated> |
9 | 9 | <id>https://learnbyexample.github.io/atom.xml</id>
|
10 | 10 | <entry xml:lang="en">
|
11 | 11 | <title>Vim Reference Guide book announcement</title>
|
|
316 | 316 | <entry xml:lang="en">
|
317 | 317 | <title>CLI computation with GNU datamash</title>
|
318 | 318 | <published>2024-04-09T00:00:00+00:00</published>
|
319 |
| - <updated>2024-07-03T00:00:00+00:00</updated> |
| 319 | + <updated>2024-08-21T00:00:00+00:00</updated> |
320 | 320 | <link rel="alternate" href="https://learnbyexample.github.io/cli-computation-gnu-datamash/" type="text/html"/>
|
321 | 321 | <id>https://learnbyexample.github.io/cli-computation-gnu-datamash/</id>
|
322 |
| - <content type="html"><p><img src="/images/info.svg" alt="info" /> <img src="/images/warning.svg" alt="warning" /> This is a work-in-progress post on the <code>GNU datamash</code> command.</p> |
323 |
| -<p>I'm hoping this post will serve as a quick reference for some of the use cases and tickle your curiosity if you haven't come across this nifty CLI tool yet. I'll also post some links for further reading.</p> |
| 322 | + <content type="html"><p>I'm hoping this post will serve as a quick reference for some of the use cases and tickle your curiosity if you haven't come across this nifty CLI text processing tool yet. There are also links for further reading at the end.</p> |
324 | 323 | <span id="continue-reading"></span><br>
|
325 | 324 | <h2 id="installation-and-documentation">Installation and Documentation<a class="zola-anchor" href="#installation-and-documentation" aria-label="Anchor link for: installation-and-documentation">🔗</a></h2>
|
326 | 325 | <p>See <a href="https://www.gnu.org/software/datamash/download/">download</a> page for source code and instructions to install the software on various platforms. This blog post is based on the <strong>1.8</strong> version.</p>
|
@@ -7034,7 +7033,7 @@ Specifying a greater than <code>0</code> start index when using
|
7034 | 7033 | <id>https://learnbyexample.github.io/mini/vim-prank/</id>
|
7035 | 7034 | <content type="html"><p align="center"><img src="/images/vim_prank.png" alt="Vim Prank" /></p>
|
7036 | 7035 | <p align="center"><i>Poster created using <a href="https://www.canva.com/">Canva</a></i></p><br>
|
7037 |
| -<p>While going through <a href="https://vimhelp.org/starting.txt.html#vim-arguments">:h vim-arguments</a> for my <a href="https://github.com/learnbyexample/vim_reference">Vim reference guide</a> ebook, I came across the <code>-y</code> option:</p> |
| 7036 | +<p>While going through <a href="https://vimhelp.org/starting.txt.html#vim-arguments">:h vim-arguments</a> for my <a href="https://github.com/learnbyexample/vim_reference">Vim Reference Guide</a> ebook, I came across the <code>-y</code> option:</p> |
7038 | 7037 | <blockquote>
|
7039 | 7038 | <p>Easy mode. Implied for <code>evim</code> and <code>eview</code>. Starts with <code>'insertmode'</code> set and behaves like a click-and-type editor. This sources the script $VIMRUNTIME/evim.vim. Mappings are set up to work like most click-and-type editors, see <code>evim-keys</code>. The GUI is started when available.</p>
|
7040 | 7039 | </blockquote>
|
|
0 commit comments