find .orig file and remove code example Example: remove all .orig files mac terminal find . -name '*.orig' -delete