

3·
23 hours agoI can’t say because those paths are relative and I don’t know your file structure. That said, even if I did, restoring from backup would take out all of the guesswork here so I would recommend that over trying to do it manually.
I can’t say because those paths are relative and I don’t know your file structure. That said, even if I did, restoring from backup would take out all of the guesswork here so I would recommend that over trying to do it manually.
If ./
and ./*/*/*
are both within your home folder, you should just restore it from your backup. The command you ran takes everything up to 3 levels deep and moves it up to the working directory, and unraveling that will be a pain in the ass.
You’re right. I thought it was
./*/*/*
instead.