-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: infrastructure
-
b42
-
generic
-
generic
You can convert all your egreps
to the following exactly as shown:
find -name SCCS -prune -o \
-name 'X-*' -prune -o \
-name ... \
-name ... \
-name ... \
-name '*.java' -print
It'll work fine on any platform.
Scott
###@###.### 2005-03-28 23:18:14 GMT
to the following exactly as shown:
find -name SCCS -prune -o \
-name 'X-*' -prune -o \
-name ... \
-name ... \
-name ... \
-name '*.java' -print
It'll work fine on any platform.
Scott
###@###.### 2005-03-28 23:18:14 GMT