find . -name "*.jar" | xargs grep -r [CLASS NAME]
In case you are ever wondering why your builds aren't working.
find . -name "*.jar" | xargs grep -r [CLASS NAME]
for i in $(find . -type f -newermt 2012-12-18); do cp $i /[NEW DIRECTORY PATH/; done;
pwd | xclip -i -sel "clip"
cat newfile | xclip -i -sel "clip"
sudo yum install xclip