Remova a festa de extensão de arquivo
$ filename=foo.txt
$ echo "${filename%.*}"
foo
Cooperative Crab
$ filename=foo.txt
$ echo "${filename%.*}"
foo