2017-04-04 14:05 GMT-04:00 Patrick Dupre <pdu...@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`
_______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org