Le 9 déc. 04, à 16:56, Upayavira a écrit :
...cd build/cocoon-2.1.7-dev/javadocs/
grep -rl SitemapModelComponent *

Good one! Here's the pretty listing then:

for i in $(grep -rl SitemapModelComponent * | grep org/apache)
do
  echo $i | sed 's/\//\./g' | sed 's/\.html$//'
done

There's still a bit of junk left (package-frame etc) but it's a good start.

-Bertrand

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to