在我用 PhotoRec 恢复我的文件后,我运行了 fdupes $ fdupes -rdNI --sameline /home/user > fdupes.txt
。我无法使用该选项-d
,因为我的系统中大约有 160 万个文件已被恢复。我还多次运行 fdupes,直到它不再发现重复项。
问题是我在fdupes.txt
(> 50 MB) 的结构中有很多条目
[+] /home/user/recup/jar/f105168728.jar
[-] /home/user/a/path/to/dir/and/file/myfile_1.ending
[-] /home/user/another/path/to/dir/and/file/myfile_2.ending
是否有脚本或已经编写的程序将“recup”文件移动到我在目录中按顺序排列它们的路径?
许多目录不会在那里,因为我$ find /home/user/ -depth -type d -empty -exec rmdir {} \;
后来也这样做了。
我可以在 python(脚本)或其他语言中一步创建带有子文件夹的文件夹吗?
python3
这是我写的一个脚本:但我认为它不能像
home/user/sub/dir/of/a/file/
有空的时候那样创造某物home/user/sub/dir/
,可以吗?我必须为此运行几次吗?我不这么认为,但我也不确定......
如果可以的话,我有一个解决方案:-)