awk:delete_consecutive_duplicate_lines
This is an old revision of the document!
AWK - Delete consecutive duplicate lines
awk 'a != $0; { a = $0 }' contents.txt
awk/delete_consecutive_duplicate_lines.1600876961.txt.gz · Last modified: 2020/09/23 16:02 by 192.168.1.1