Is there an easy way to filter-out elements with slashes?
Try something like

F1 = aa bb/cc dd/ee/ff gg
F2 = $(filter-out %/%, $(F1))   -> wrong

The goal is to get 
aa gg

Thanks
James

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to