On Tuesday 17 November 2015 20:21:23 Brian wrote:
> 
> I've also asked for a *concrete example* of a program not opening a file
> because of the lack of an extension. It hasn't yet been given.

$ gunzip file 
gzip: file: unknown suffix -- ignored

$mv file other.gz
$gunzip other.gz 
$ls
other

Reply via email to