| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Mar 2004 
				
				
				
					Posts: 5,116
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Program to remove dupe lines OR sort a textfile?
			 
			Anyone know a program that can remove dupe lines and/or sort the lines after alphabetic order? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Scotland 
				
				
					Posts: 2,238
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Apr 2002 
				Location: Orlando, FL 
				
				
					Posts: 3,711
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 EditPlus 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Mar 2004 
				
				
				
					Posts: 5,116
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 thanks. 
		
	
		
		
		
		
		
	
	RazorSharpe, if you want that gmail invite, post your mail.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2004 
				Location: Nor'easterland 
				
				
					Posts: 1,914
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ... and if you happen to be on a unix box, sort works nicely. sort -u sorts and removes duplicates. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Sep 2001 
				Location: Boston 
				
				
					Posts: 4,873
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 sort -u file.txt > outfile.txt 
		
	
		
		
		
		
		
	
	comes free with unix  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jun 2002 
				Location: austin, tx 
				
				
					Posts: 1,911
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 sort | uniq  
		
	
		
		
		
		
			why pay? 
				__________________ 
		
		
		
		
	
	http://www.flickr.com/photos/zoddler/  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |