Quote:
Originally Posted by sovre
I don't know, as I received the file already formatted. What tool would I use to verify this?
|
On Linux, you can use the command tool
file which is intended to determine file type (see
man file)
Set yourself on the path (using
cd command), then use the following command:
Code:
file name_of_the_file
http://linux.die.net/man/1/file
There is one online converter using this command
http://www.cometdocs.com/file.htm