Copying Files with Fish

I needed to copy certain files from a bunch of subfolders to another folder. This turned out to be an easy way to do in Fish shell.

1
cp (find . -name '<name>') <target folder>