View Single Post
Posts: 122 | Thanked: 2 times | Joined on Jul 2010 @ Latvia, Ireland
#23
Originally Posted by vi_ View Post
Code:
find . -name "*.jpg" -print | xargs cp -R {} /media/mmc1 \;
or

Code:
find . -name "*.jpg" -print | xargs -I{} cp "{}" /media/mmc1
Or somthing

lol, I dunno.
ohh yes m8 1st one seemed to work ,but there is still a problem..
all the image files say's cannot create '2.jpg/56454.jpg' : path does not exist .. what can i o with this