View Single Post
  #1  
Old 04-17-2010, 12:18 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default Read file and delete repeated lines

Hey, I have a really big file on my computer, this file only got words in it. And because the file is really big, I sure there are repeted words in there. Is there a way of deleting every single repeated word, leaving at least one? Every single word is a line, so I the script will have to compare...
__________________
Python
Domain Name Forum
Reply With Quote