2017-04-04 14:05 GMT-04:00 Patrick Dupre <pdupre@xxxxxxx>:
FILES=`ls -d !\(*@\(-e\)\).bib`
Hello,Have you tried to "escape" them
How can I put this command in a script file?
FILES=`ls -d !(*@(-e)).bib`
I get an error because of the (
FILES=`ls -d !\(*@\(-e\)\).bib`
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx