uniq: add more information link (#5599)

This commit is contained in:
marchersimon
2021-03-30 15:47:39 +02:00
committed by GitHub
parent d6ff16fd28
commit 496b407324

View File

@@ -2,6 +2,7 @@
> Output the unique lines from the given input or file. > 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. > Since it does not detect repeated lines unless they are adjacent, we need to sort them first.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/uniq-invocation.html>.
- Display each line once: - Display each line once: