Prints a file or stdin without nonblank duplicate lines... Also achieved by the awk script `awk '!x[$0]++'`. gawk is 4.0K on my machine.
Prints a file or stdin without nonblank duplicate lines... Also achieved by the awk script `awk '!x[$0]++'`. gawk is 4.0K on my machine.