Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-14 00:18:25 +00:00
parent 985d3994af
commit 986d658347
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# comm
> Select or reject lines common to two files. Both files must be sorted.
> More information: <https://www.gnu.org/software/coreutils/comm>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines: