I have a folder that has 148 folders in it, and in each of these folders they have a .jpg
file. I need to get all these .jpg
and put it in a single folder
IcandothisinLinuxso
'#!/bin/bashforarquivoin'findOrigem-name*.jpg';domv"$arquivo" Destino;
done;
but I can not reproduce this in Windows . Only the find
command that I can reproduce the same result: dir /S /B *.jpg