mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 16:39:02 +02:00
Add uniq command content
uniq documentation
This commit is contained in:
committed by
GitHub
parent
05a423a130
commit
e7bba41786
@@ -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>
|
||||||
|
Reference in New Issue
Block a user