From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F9QHO-00019f-6E for garchives@archives.gentoo.org; Wed, 15 Feb 2006 17:17:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1FHGPrU011400; Wed, 15 Feb 2006 17:16:25 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1FHAt1g001278 for ; Wed, 15 Feb 2006 17:10:55 GMT Received: by zproxy.gmail.com with SMTP id n1so1637571nzf for ; Wed, 15 Feb 2006 09:10:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=az5WLE89m8CT0J5L8peYIjJTwsm6y1NMKf5b0Ut8GmHvaE+Q0ee9Ie+dKorOSL5bi7OhRIwSCMist4SpSRtwePbw96E9UzeTCe3xo9JKdbxjgp1KB24xJzGThbm5TrZOwS7aQH26jbE8l7Ocl9UGdhS13e/BIC7jl6wxxZXscPs= Received: by 10.65.126.17 with SMTP id d17mr2787066qbn; Wed, 15 Feb 2006 09:10:54 -0800 (PST) Received: by 10.65.224.19 with HTTP; Wed, 15 Feb 2006 09:10:54 -0800 (PST) Message-ID: Date: Wed, 15 Feb 2006 18:10:54 +0100 From: Marco Calviani To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] [OT] find list of files and then copy them Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k1FHAt1g001278 X-Archives-Salt: 633625ea-1050-4dc1-8b32-919fc7233762 X-Archives-Hash: 141d5a4c9a97354d7c66082d4ddc4a0e 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 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