How can I delete files recursively in all subdirectories with .java extension?
Under ms-dos I used to execute this: 'del *.java /s' I tried 'rm -rf *.java', on command line, but it didn't work, it simply shows me the newer command line with a ready cursor. Thanks in advance for any precious answer! -- This message posted from opensolaris.org
