Hello All,

Is there a way to copy a file to my users in a !/bin/bash script without doing a bunch of 'cp' commands? Below is as far as I got that brings up only one user (target) for 'cp'

cd /home
find -name lrhog -exec cp -f /usr/local/src/nysba/postset/.Xclient {} \:

Thanks,
Roy



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to