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.1600876837.txt.gz · Last modified: 2020/09/23 16:00 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki