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. -- Bill Gates, 1983 Windows 98 requires 16 MB RAM. -- Bill Gates, 1999 Nobody will ever need Windows 98. -- logical conclusion -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Bulk copy shell script Kevin Diffily
- Re: Bulk copy shell script Chris Watt
- Bernhard Rosenkraenzer