Commandline
Copy a file to multiple locations in linux
How to copy a file to multiple locations in linux. cp doesnt let you copy one file to multiple locations; There are a few ways to do this, but the one I always return to uses find To copy the contents of a directory to multiple other directories find /location/to/folder Read more…