Thanks Robert! Worked great. I used rsync to preserve the path names: rpm -ql audit |while read line ; do [ -f $line ] && rsync -vRt $line / software/;done
On Apr 22, 4:36 pm, Robert Citek <[email protected]> wrote: > On Thu, Apr 22, 2010 at 5:36 PM, Robert Citek <[email protected]> wrote: > > Did test the code, so it might need some tweaking. > > That should read "Did NOT test the code ..." - Robert > > -- > You received this message because you are subscribed to the Linux Users Group. > To post a message, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit our group > athttp://groups.google.com/group/linuxusersgroup -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
