Results 1 to 8 of 8
-
23rd Aug 2009, 07:04 AM #1OPMember
How to Copy images
I have a folder with lots of sub folder, there are many images and other files within those subfolder. i want to move all those images to another folder with a command in shell. how to do that
folder1
----------------
mydocs
good
pro
above folder 1 is main folder. mydocs,good,pro are subfolders in folder1. there are image with extension .jpg and other files. I want to copy only those images to folder2. i dont have GUI, so i need a search and copy command which will do that. the output must be all image file in root of folder 2
some please helpvgnheart Reviewed by vgnheart on . How to Copy images I have a folder with lots of sub folder, there are many images and other files within those subfolder. i want to move all those images to another folder with a command in shell. how to do that folder1 ---------------- mydocs good pro above folder 1 is main folder. mydocs,good,pro are subfolders in folder1. there are image with extension .jpg and other files. I want to copy only those images to folder2. i dont have GUI, so i need a search and copy command which will do that. the Rating: 5
-
26th Aug 2009, 12:10 AM #2BannedWebsite's:
RavenFaust.com USAWarez.com DLThe.Net DLThe.Comcould just use FTP Drag and drop
-
26th Aug 2009, 05:31 AM #3Member
Hai,
# cp /path_to_folder_where_are_images/*.jpg /path_to_folder_where_you_want_to_copy_those_images
-
27th Aug 2009, 02:22 AM #4
-
5th Sep 2009, 01:27 AM #5Member
Use the -r option.
-
5th Sep 2009, 04:55 AM #6OPMember
where to add -r parameter. pls modify the above command with -r in it
-
5th Sep 2009, 10:32 AM #7Member
# cp -r /path_to_folder_where_are_images/*.jpg /path_to_folder_where_you_want_to_copy_those_images
alternatively just copy everything in the folders
# cp -r /path_to_folder_where_are_images/* /path_to_folder_where_you_want_to_copy_those_images
-
21st Sep 2009, 10:03 AM #8OPMember
thanks for d help
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to Copy Multiple Images Location
By Rapidshare in forum Technical Help Desk SupportReplies: 2Last Post: 24th May 2012, 05:17 PM -
Broken Images overlapping New Images
By Leeds in forum vBulletinReplies: 8Last Post: 17th Apr 2012, 08:57 PM -
[Selling] freepicbay.org copy pixhost.org, php,mysql, images
By jessepure in forum Completed TransactionsReplies: 0Last Post: 12th May 2011, 09:50 PM -
Free images host uploader - images will not expire!
By jippo in forum Useful SitesReplies: 11Last Post: 11th Feb 2011, 11:58 PM -
Images Watermarker of my Images and Upload it!!
By Bytes in forum Completed TransactionsReplies: 11Last Post: 5th Aug 2010, 11:24 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...