On 04/04/2017 02:35 PM, Patrick Dupre wrote:
Sorry for the lack for clarity. I want to list all the file end in .bib, except the file ending by -e.bib This can be done by (from the shell command) ls -d !(*@(-e)).bib or by find . !(*@(-e)).bib
ls -d *.bib | grep -v -e.bib HTH, HAND. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx