I have folders and subfolders with 10K photos in them.
Now I need to put all 10K files into one folder. I want to append the folder and subfolder name with the existing file name so that the file name becomes meaningful to me.
I need help
|
1
|
|
|
|
|
|
You can write a quick shell script to do this for you. To get the name of the current folder:
and to get the current folder's parent:
Update Create a file that looks like this:
and then do I took this directory structure:
And made it into this:
Hope that is what you were looking for. |
||||
|
|
|
Here's how to do it in one-line of shell.
|
||
|