Add uniq command content

uniq documentation
pull/1657/head
Paul Marsicovetere 2 years ago committed by GitHub
parent 05a423a130
commit e7bba41786
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md

@ -1 +1,8 @@
# Uniq
# 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.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.geeksforgeeks.org/uniq-command-in-linux-with-examples/'>uniq Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/uniq.1.html'>uniq Documentation</BadgeLink>

Loading…
Cancel
Save