From def0f8e64c04d69309131db01d24ad9640d480ae Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 29 Oct 2019 20:22:34 +0000 Subject: [PATCH] join: fix articles --- pages/common/join.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/join.md b/pages/common/join.md index 91e964f4d7..3e686d1988 100644 --- a/pages/common/join.md +++ b/pages/common/join.md @@ -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}}`