Just a tip for sysadmins which are tired of ^M characters in their text files:

$ col -bx < input_file > output_file

Easy, huh?

 

Comments are closed.