View Single Post
Posts: 122 | Thanked: 2 times | Joined on Jul 2010 @ Latvia, Ireland
#24
Originally Posted by vi_ View Post
What do you mean it didn't help?

Code:
find . -name "*.jpg" -print0 | xargs -0 -I {} cp {} /media/mmc1
There is a more or less simple way to do this, half the work has been done for you. Just fiddle the above till it works.

Read up about find, xargs, cp, what all the flags do etc.

Must try harder FFS!
when i type in the command it says the same for all the image files like this - cannot create '2.jpg/5353_00.JPG': PATH DOES NOT EXIST HELP