From 496b407324427f69956303272d722738663c5c9a Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:47:39 +0200 Subject: [PATCH] uniq: add more information link (#5599) --- pages/common/uniq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/uniq.md b/pages/common/uniq.md index d39c0b267..747827e25 100644 --- a/pages/common/uniq.md +++ b/pages/common/uniq.md @@ -2,6 +2,7 @@ > Output the unique lines from the given input or file. > Since it does not detect repeated lines unless they are adjacent, we need to sort them first. +> More information: . - Display each line once: