Is it possible to copy a single file to multiple directories using the cp command ?
I tried the following , which did not work:
cp file1 /foo/ /bar
Wildcards also work with Roberts code
echo ./fs*/* | xargs -n 1 cp test