Skip to content

Commit 759d0ab

Browse files
committed
deploy: c249eba
1 parent bea1ca1 commit 759d0ab

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

user/print.html

+3
Original file line numberDiff line numberDiff line change
@@ -3741,6 +3741,9 @@ <h2 id="examples-37"><a class="header" href="#examples-37">Examples</a></h2>
37413741
<p>Produce a line for each unpairable line for file1:</p>
37423742
<pre><code class="language-shell">join -a {{1}} {{file1}} {{file2}}
37433743
</code></pre>
3744+
<p>Join a file from stdin:</p>
3745+
<pre><code class="language-shell">cat {{path/to/file1}} | join - {{path/to/file2}}
3746+
</code></pre>
37443747
<blockquote>
37453748
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>
37463749
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/join.html

+3
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ <h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
263263
<p>Produce a line for each unpairable line for file1:</p>
264264
<pre><code class="language-shell">join -a {{1}} {{file1}} {{file2}}
265265
</code></pre>
266+
<p>Join a file from stdin:</p>
267+
<pre><code class="language-shell">cat {{path/to/file1}} | join - {{path/to/file2}}
268+
</code></pre>
266269
<blockquote>
267270
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>
268271
<p>Please note that, as uutils is a work in progress, some examples might fail.</p>

0 commit comments

Comments
 (0)