LXer: How to copy a file to multiple directories in Linux
by LXer from LinuxQuestions.org on (#4XCMA)
Published at LXer:
In this short article, you will learn how to copy one file into many directories. The obvious answer would be to use the cp command but this not exactly correct since the cp command is rather used to copy several files into one directory. You will see what additional commands and combinations are needed to pull this off. Let's get started.
Read More...


In this short article, you will learn how to copy one file into many directories. The obvious answer would be to use the cp command but this not exactly correct since the cp command is rather used to copy several files into one directory. You will see what additional commands and combinations are needed to pull this off. Let's get started.
Read More...