Copying one File Simultaneously to Multiple Locations through Ubuntu Command Line.md 488 B


title: Copying one File Simultaneously to Multiple Locations through Ubuntu Command Line date: 2019-03-25 13:44:28 categories: [cli] tags: [xargs,cp]

authors: sedlav

At times, we require copying a single file to multiple locations on our system. So does that mean, we need to use the cp command multiple times? The answer is no! Let us read further to find a solution.

Link