I have a folder on a Linux server with 35+ subdirectories, along the lines of:
aa.foo.bar.baz
ab.foo.bar.baz
..
bp.foo.bar.baz
I have a file that I want to copy into each of those subdirectories. What's a quick way to do that without running 35+ separate cp commands manually?