I want to copy all the images from one folder to another. I have tried this
!cp -r /content/COVID-19\ Radiography\ Database/COVID-19 /data
but this creates a folder COVID-19
in the data
folder, and I don't want to create COVID-19
folder in data
, instead, I want to copy images directly.
EDIT
This command copying all files but in COVID-19
folder which is in data
folder. i want them directly in data
folder