Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [OT] find list of files and then copy them
Date: Wed, 15 Feb 2006 17:17:26
Message-Id: da5cd1900602150910n46f0f49dv@mail.gmail.com
1 Hi list,
2 i know this is OT for this list, but it deals in general with linux.
3 I need to search and copy a list of files that end with a particular
4 extension and belong to a certain user: i've managed this part with
5
6 find -name "*.C" -user username
7
8 now i would like only these files copied to a certain directory.
9
10 How is it possible to accomplish this?
11
12 Thanks in advance,
13 MC
14
15 --
16 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] find list of files and then copy them Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] [OT] find list of files and then copy them John Jolet <john@×××××.net>