I have a find expression: find . -name *.class -print that outputs a list of files how can i send this to "rm" to remove all these files? Thanks