From 84efcb5b572b1831ede052723d445f544d0244da Mon Sep 17 00:00:00 2001 From: MjSeven <33125422+MjSeven@users.noreply.github.com> Date: Sat, 7 Apr 2018 21:33:12 +0800 Subject: [PATCH] Update 20180102 The Uniq Command Tutorial With Examples For Beginners.md --- ...02 The Uniq Command Tutorial With Examples For Beginners.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/tech/20180102 The Uniq Command Tutorial With Examples For Beginners.md b/sources/tech/20180102 The Uniq Command Tutorial With Examples For Beginners.md index 26dd736d07..9eb32dc44f 100644 --- a/sources/tech/20180102 The Uniq Command Tutorial With Examples For Beginners.md +++ b/sources/tech/20180102 The Uniq Command Tutorial With Examples For Beginners.md @@ -1,3 +1,6 @@ +Translating by MjSeven + + The Uniq Command Tutorial With Examples For Beginners ====== If you're working mostly on command line and dealing with a lot of text files every day, you should be aware of **Uniq** command. This command helps you to find repeated/duplicate lines from a file easily. It is not just for finding duplicates, but also we can use uniq command to remove the duplicates, display the number of occurrences of the duplicate lines, display only the repeated lines and display only the unique lines etc. Since the uniq command is part of GNU coreutils package, it comes preinstalled in most Linux distributions. Let us not bother with installation and see some practical examples.