I tried cp initial.txt {foo,bar,baz}
but get baz
is not a directory. And cp initial.txt foo bar baz
doesn't work either.
Is there a way I can do this without making a shell script and looping and invoking cp multiple times? I'm thinking there has to be a succinct way of doing this.