Seth Jacobson November 22, 2016 Delete OAR* files Seth Jacobson November 22, 2016 In order to remove all the OAR* files in directory tree use the following command. find . -name "OAR*" -type f -delete