On Wed, 5 Jan 2000, Kevin Diffily wrote:
> I would like to bulk copy a file to the same location in every users
> directory. What would be the command for this?
How about:
for i in /home/*; do cp some.file $i; done
LLaP
bero
--
Nobody will ever need more than 640 kB RAM.
--
At 04:30 PM 1/5/00 -0500, you wrote:
>I would like to bulk copy a file to the same location in every users
>directory. What would be the command for this?
There are probably easier ways to do this, but off the top of my head I'd
do it like this:
Assuming you are using the standard arrangement f
I would like to bulk copy a file to the same location in every users
directory. What would be the command for this?
InterNetWorkingSolutions
Your home for Business and Personal Computing Solutions
http://webpageweav