I have in antiX26, a misbehaving live-iso-maker that leaves about 50 scratch files in my home directory after it finishes.
Sometimes it cleans up, other times it leaves rubbish, it is intermittant.
The file names are a collage of names. It would be difficult to select them by name … unless I made a list
but
their common feature is they are all owned by root, whereas all other files in my directory are owned by nevj.
So is it possible to write an rm command that deletes only root owned files? … and it would have to avoid deleting .. which is the parent directory.