# remove duplicate lines without sorting (will keep first instance) awk '!a[$0]++' file
awk '!a[$0]++' file
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
This site uses Akismet to reduce spam. Learn how your comment data is processed.