how to remove all images in folder mac terminal

C++
find /path -name '*.orig' -delete
Source

Also in C++: