There’s a little-used option for cp: -t destination — see the man page:
find . -iname "*.SomeExt" | xargs cp -t Directory
There’s a little-used option for cp: -t destination — see the man page:
find . -iname "*.SomeExt" | xargs cp -t Directory