First off, I'm still learning about regular expression, I have googled about this but still doesn't work.
How do I remove all characters except letters and numbers in a variable with sed
? For example I have this text file:
MytextOnly !@#!text@@32423#@$text#%$#text%#t23432ext$32342%^-_+-=-_++_;:"'][}}{|\/
How do I show only letters and numbers?