2017-04-04 14:05 GMT-04:00 Patrick Dupre <pdupre@gmx.com>:
Hello,

How can I put this command in a script file?
FILES=`ls -d !(*@(-e)).bib`

I get an error because of the (
Have you tried to "escape" them

FILES=`ls -d !\(*@\(-e\)\).bib`