1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

join: add missing "join" to markdown file

This commit is contained in:
Daniel Hofstetter 2023-03-23 13:38:27 +01:00 committed by GitHub
parent 540435806c
commit c51e0db35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# join # join
``` ```
[OPTIONS] <FILE1> <FILE2> join [OPTIONS] <FILE1> <FILE2>
``` ```
For each pair of input lines with identical join fields, write a line to For each pair of input lines with identical join fields, write a line to