Write the Bash statements to:
- Count the number of files ending in .java, in the current directory that have the string "pumpkin" in the file contents?
- Do the same, including files in any sub-directory (recursively)
- Replace every occurrence of "pumpkin" with "banana" in each of the files