[Bug 99] building sablevm-classpath requires "find -regex"
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=99 ------- Additional Comments From [email protected] 2005-02-21 18:07 ------- find something | egrep -v '.*/(\.svn|CVS)(/.*|$)' works on Gentoo Linux. Looks ok for non GNU systems? test.txt -------- gnu gnu/CVS gnu/CVS/somefile gnu/.svn gnu/.svn/text-base gnu/.svn/prop-base gnu/java/awt/peer/gtk/.svn/dir-prop-base gnu/java/awt/peer/gtk/font.properties gnu/regexp gnu/regexp/.svn gnu/regexp/.svn/text-base gnu/regexp/.svn/text-base/MessagesBundle_fr.properties.svn-base gnu/regexp/.svn/text-base/MessagesBundle_it.properties.svn-base gnu/regexp/.svn/text-base/MessagesBundle.properties.svn-base cat test.txt | egrep -v '.*/(\.svn|CVS)(/.*|$)' should give: gnu gnu/java/awt/peer/gtk/font.properties gnu/regexp ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact.