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