Recent Posts
Archives

PostHeaderIcon Remove duplicated lines from a file

Abstract: you have to remove duplicate lines in one file. For instance, you have a file:

foo1
foo2
foo2

Solution: use this command:

uniq myFile.txt

You’ll get:

foo1
foo2
uniq myFile.txt

Leave a Reply


Warning: Undefined variable $user_ID in /home/sayasoftsk/www/wp-content/themes/tux/comments.php on line 477