title: Copying one File Simultaneously to Multiple Locations through Ubuntu Command Line date: 2019-03-25 13:44:28 categories: [cli] tags: [xargs,cp]
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.