file -es -type "OBJ" "/path/filename.obj"
The above returns:
// Error: line 1: Could not save file. //
According to the docs, "OBJ" is a valid type. And I have the "objExport.so" loaded.
file -es -type "OBJ" "/path/filename.obj"
The above returns:
// Error: line 1: Could not save file. //
According to the docs, "OBJ" is a valid type. And I have the "objExport.so" loaded.
Add comment viewed 211 times Latest activity 11 months ago
Try this:
file -es -typ "OBJexport" "/path/filename.obj";