I'm trying to send a bug report for the app file, /usr/bin/file
But consulting the man and sending an email
BUGS Please report bugs and send patches to the bug tracker at http://bugs.gw.com/ or the mailing list at ⟨[email protected]⟩ (visit http://mx.gw.com/mailman/listinfo/file first to subscribe).
Made me find out the mail address does not exist.
Is there another way of communicating to the community? Hopefully this here question is already part of it :)
So here's my email:
possible feauturefeature failure: the
--extensionoption doesn't seem to ouputoutput anything
$ file --extension "ab.gif" ab.gif: ???
It would be useful to easily be able to use the ouputoutput of this to rename a file to its correct extension.
something like file
--likely_extensionwould only ouputoutput the likely detected extension or an error if the detection was too lowlike thus:
$ file --likely_extension "ab.gif" gifbetter thothough would be a
--correct_extensionoption:$ file --correct_extension "ab.jpg" $ ls ab.gifTyvm for this app :)