Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] CP a file set
- Date: Thu, 27 Aug 2009 10:21:01 +0900
- From: Edward Middleton <emiddleton@example.com>
- Subject: Re: [tlug] CP a file set
- References: <FF4653D5-513A-46F2-9A14-D167F29FA82D@example.com>
- User-agent: Thunderbird 2.0.0.22 (X11/20090731)
JC Helary wrote: > I have a folder hierarchy that contains a variety of file formats and > I want to reproduce the same hierarchy with the folders that contain > files of a specified extension and those files. > I don't use OSX but if it has rsync. The following should copy all files with extension .jpg or .jpeg from a hierarchy under from-folder/ to a new hierarchy under to-folder/ # rsync -aWmrv --include="**/" --include='*.jpg' --include='*.jpeg' --exclude='**' from-folder/ to-folder/ -m should prune empty directories so if that wasn't what you intended remove it. Edward
- References:
- [tlug] CP a file set
- From: JC Helary
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] CP a file set
- Next by Date: Re: [tlug] search for encrypted information exchange
- Previous by thread: Re: [tlug] CP a file set
- Next by thread: [tlug] Will this interface be too much for Android or iPhone?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links