Hi everyone,
I'm in the process oflearning Bash scripting. Right now I want to harvest all the .png files from several subfolders (all are in one master folder) and put them all in one target folder. I played a bit with ls -R and grep *.png, but this aparently gets me nowhere. I know there must be a simple solution, but I seem to lack the skills. Could anyone of you commandline ninjas show me towards the right direction?
Thank you very much in advance,
Christian