August 10, 20241 yr I can search for the file type and it finds a big amount of them, and I feel it's the fastest way to reset something after one has made massive changes, instead of going from folder to folder. I tried to let the VM do it, but it kind of lost connection with the server while trying to do it, and other times it couldn't. So I have been manually deleting a big amount of them. I thought; maybe someone knows of a plugin for such a task. Or something else.
August 10, 20241 yr use : find . -name "*.nfo" -type f so you are sure that's the files you want to delete and when you are sure the list is all files you want to delete use : find . -name "*.nfo" -type f -delete Edited August 10, 20241 yr by own
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.