Thread: cp / mv Command Question
would command find files fit guideline of "*.iso" , move them folder original names? if not, would?
trying automate file transfercode:cp -r /media/media1/videos/*.iso /media/media2/videos/iso/*.iso
or maybe....
find -r /media/media1/videos/*.iso > cp............. that?
as far aware, don't need second "*.iso".
think
would trick, , copy .iso files /media/media2/videas/iso/, retaining file names.code:cp -r /media/media1/videos/*.iso /media/media2/videos/iso/
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] cp / mv Command Question
Ubuntu
Comments
Post a Comment