Last active
December 14, 2015 20:48
-
-
Save zertrin/5146429 to your computer and use it in GitHub Desktop.
Prints the content of input file deduplicating the lines based on the content of the 4th column
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '!_[$4]++' file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment