Thread
:
MicroSD - How to move music, photos, etc. to the card?
View Single Post
vi_
2011-08-03 , 14:08
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#
20
Originally Posted by
n0ak
Yes I know but didn't help me at all
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!
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
Quote & Reply
|
The Following 3 Users Say Thank You to vi_ For This Useful Post:
corduroysack
,
jedi
,
n0ak
vi_
View Public Profile
Send a private message to vi_
Find all posts by vi_