Re: Bulk copy shell script

2000-01-06 Thread Bernhard Rosenkraenzer
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. --

Re: Bulk copy shell script

2000-01-05 Thread Chris Watt
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

Bulk copy shell script

2000-01-05 Thread Kevin Diffily
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