I have a program that creates a file that stores text like this:
application/octet-stream; charset=binary
now i need to convert this file to this:
text/plain; charset=us-ascii
i know this is possible because i use a simple windows program to make the conversion. I want to be able to make the conversion on the linux command line.