I want to list all files (in all subfolders) with xxx.* file name. How do I do that? I found a few files planted by hackers and want to make sure I have deleted all of them.
I tried this but not working:
ls -lR xxx.*
I tried this but not working:
ls -lR xxx.*