mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:15:23 +02:00
join: fix articles
This commit is contained in:
parent
ca75a21db8
commit
def0f8e64c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
`join {{file1}} {{file2}}`
|
||||
|
||||
- Join two files using a comma (instead of space) as a field separator:
|
||||
- Join two files using a comma (instead of a space) as the field separator:
|
||||
|
||||
`join -t {{','}} {{file1}} {{file2}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue