fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#PunInTenDid

0 posts0 participants0 posts today
Wayne Werner<p>Fortunately, the manpage for comm comes through:</p><p>-1 ignores what&#39;s just in file 1<br />-2 ignores just what&#39;s in file 2<br />-3 ignores what&#39;s common to *both* files.</p><p>Oh! but... comm needs sorted input! Fortunately we already know about that though, so</p><p>comm &lt;(sed ... | sort | uniq) &lt;(egrep ... | sort | uniq)</p><p>Sorts that all out.</p><p><a href="https://fosstodon.org/tags/shell" class="mention hashtag" rel="tag">#<span>shell</span></a> <a href="https://fosstodon.org/tags/sort" class="mention hashtag" rel="tag">#<span>sort</span></a> <a href="https://fosstodon.org/tags/uniq" class="mention hashtag" rel="tag">#<span>uniq</span></a> <a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="tag">#<span>linux</span></a> <a href="https://fosstodon.org/tags/comm" class="mention hashtag" rel="tag">#<span>comm</span></a> <a href="https://fosstodon.org/tags/PunInTenDid" class="mention hashtag" rel="tag">#<span>PunInTenDid</span></a></p>