Timeline for How to remove duplicate letters using sed?
Current License: CC BY-SA 3.0
        16 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 23, 2015 at 15:34 | answer | added | sgs | timeline score: 1 | |
| Oct 16, 2015 at 11:04 | answer | added | ben | timeline score: 1 | |
| Sep 14, 2013 at 3:48 | answer | added | Rahul Patil | timeline score: 0 | |
| Sep 11, 2013 at 0:43 | answer | added | Gilles 'SO- stop being evil' | timeline score: 3 | |
| Sep 11, 2013 at 0:15 | answer | added | jlliagre | timeline score: 0 | |
| Sep 10, 2013 at 23:49 | vote | accept | CommunityBot | ||
| Sep 10, 2013 at 23:44 | comment | added | user46865 | @michas It's just an example I found online. I'm trying to learn how to use sed effectively. | |
| Sep 10, 2013 at 23:43 | comment | added | user46865 | Thanks all for feedback. @1_CR Specifically just the headers, and not the rest of the text. | |
| Sep 10, 2013 at 23:10 | answer | added | Joseph R. | timeline score: 2 | |
| Sep 10, 2013 at 22:52 | answer | added | slm♦ | timeline score: 15 | |
| Sep 10, 2013 at 22:47 | history | edited | slm♦ | CC BY-SA 3.0 | 
        
            
             
                
                    added 2 characters in body; edited title 
                
             
        
     | 
| Sep 10, 2013 at 22:32 | history | edited | Gilles 'SO- stop being evil' | 
        
            
             
                
                    edited tags; edited tags 
                
             
        
     | 
|
| Sep 10, 2013 at 21:42 | comment | added | michas | 
        
            
    With perl you could do: perl -pe 's/([A-Z])\1/$1/g'
        
     | 
|
| Sep 10, 2013 at 21:39 | comment | added | michas | The example looks like a "broken" man page. How did you come to that? | |
| Sep 10, 2013 at 21:39 | comment | added | iruvar | So only two and no more consecutive instances of a letter to be converted to one? | |
| Sep 10, 2013 at 21:34 | history | asked | user46865 | CC BY-SA 3.0 |