On 2/15/06 11:10 AM, "Marco Calviani" <[EMAIL PROTECTED]> wrote:

> Hi list,
>    i know this is OT for this list, but it deals in general with linux.
> I need to search and copy a list of files that end with a particular
> extension and belong to a certain user: i've managed this part with
> 
> find -name "*.C" -user username
Find -name "*.C" -user username -exec cp {} /targetdir \;
> 
> now i would like only these files copied to a certain directory.
> 
> How is it possible to accomplish this?
> 
> Thanks in advance,
> MC


-- 
gentoo-user@gentoo.org mailing list

Reply via email to