Timeline for How to remove a specific character in a string but only if there are no numbers in that line in Linux
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 6, 2014 at 21:37 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 | 
                
                    wrong logic for the awk one. Note about `-r` being GNU 
                
             | 
| Mar 6, 2014 at 18:35 | vote | accept | user62129 | ||
| Mar 6, 2014 at 18:29 | comment | added | slm♦ | @user62129 - if this answer solves your issue please take a minute and check the check mark under the vote count to the left, this will signify to everyone that your issue's been resolved. | |
| Mar 6, 2014 at 18:20 | comment | added | user62129 | Perfect! This is exactly what I was looking for! Couldn't find the syntax anywhere for the "/[0-9]/!s/" part. Thank you very much. | |
| Mar 6, 2014 at 18:19 | history | edited | devnull | CC BY-SA 3.0 | 
                
                    added 69 characters in body 
                
             | 
| Mar 6, 2014 at 18:13 | history | answered | devnull | CC BY-SA 3.0 |