On Mon, 11 Nov 2002 19:57:27 +0000
"Brian Johnson" <[EMAIL PROTECTED]> wrote:

# 
# I'm looking for a script that would allow me to copy a file (or
# bunch of files) to all of the user's home directories - it would be
# handy for upgrading .wine configuration files and also openoffice
# .sversionrc files (probably other files on occasion too).  Anyone
# have a link to one?

no, but I can come up with one real quick:

for user in `ls /home/` ; do cp $file $user/ done;

replace $file with the file you want to copy.

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating




Reply via email to