Removing the garbage characters with the Linux/Unix 'tr' command:
To get the binary characters out of your files, there are several approaches, probably the easiest solution involves using the Linux/Unix 'tr' command. To remove non-printable binary characters (garbage) from a Linux/Unix text file do the following:
----