From e7bba41786c0525ef1b546618ddd2f3ef2c07d46 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Sat, 13 Aug 2022 08:04:52 -0400 Subject: [PATCH] Add uniq command content uniq documentation --- .../101-live-in-terminal/125-uniq.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md index 8b60c5c6b..c4e1f1954 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md @@ -1 +1,8 @@ -# Uniq \ No newline at end of file +# uniq + +The uniq utility reads the specified input_file comparing adjacent lines, and writes a copy of each unique input line to the output_file. + +See `man uniq` for further information. + +uniq Cheat Sheet +uniq Documentation