Personal tools
You are here: Home DB2 Useful Unix and Linux Commands How to remove special characters from files on LINUX
Navigation
Log in


Forgot your password?
 
Document Actions

How to remove special characters from files on LINUX

Remove special characters, blank spaces, ^M, ^@, etc.

sed 's/[^A-Za-z0-9_.;]//g'  file_name1.txt > file_name1.txt
Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls