Hi All,
I have .jpg files in many subdirectories from where I need to copy all the images from all the sub directories and paste them to a specific directory.
I have used `cp -rf *.jpg media/sik/` which only copies the .jpg files of the directory in which I was working.
Can somebody help me.......!!!