Help me open a file.
September 29, 2008 1:18 PM
Subscribe
Was sent an "untyped binary data" file with no extension. It's audio. Using a Mac, I've tried adding the .mp3, .aac, .wav extensions, and it won't open. What now?
- What extensions have I failed to try? This is recorded audio of some sort.
- Am I changing the extensions correctly? I just select+click on the file and manually add the extension.
- Is there a program that will figure it out for me?
posted by acidic to technology (14 comments total)
1 user marked this as a favorite
From the command prompt, try file filename, where filename is the full path to the file. The file command exists exactly for problems like these. (The output may or may not be helpful: it can be fairly terse at times.)
I'm not a Mac user, but this is pretty much a "standard" UNIX utility, so I'm assuming it's available on Macs.
posted by fogster at 1:26 PM on September 29, 2008 [2 favorites]