Can you please recommend to me what steps to follow after PhotoRec has created a bunch of directories like this
RECUP_DIR.1
RECUP_DIR.2
RECUP_DIR.3
RECUP_DIR.4
Do this folder mean anything of they are just random names ?
For instance I want to have all the pictures (png/jpeg/similar extensions) to be on the same folder all the DOC images on another and so
SOLUTION 1
Create a file called MergeByExt.sh
Then you can call it like this (example to merge all the MP3 files in a single folder)
The folder will be created in the path were you executed the script
SOLUTION 2
This solution will create a folder with each extension inside each RECUP_DIR.X directory
Like this
Save this text to ByExtension.sh
The you can go to main folder where PhotoRec folder recover the files and run this command
Taken from http://ubuntuforums.org/showthread.php?t=1575901