help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make question (filter-out)


From: James
Subject: make question (filter-out)
Date: 15 Feb 2006 14:11:01 -0800
User-agent: G2/0.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]