join: fix articles

This commit is contained in:
Starbeamrainbowlabs 2019-10-29 20:22:34 +00:00 committed by Agniva De Sarker
parent ca75a21db8
commit def0f8e64c

View File

@ -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}}`