If I wanted to copy all *.so files from src to dst I'd do:
cp src/*.so dst
However, I want to copy all *.so files from src and it's subdirs into dst. Any clues?
feedback
|
|
Try:
| |||||||||||||
feedback
|
|
If you're using Bash, you can turn on the
| |||
feedback
|