i have directory like
dir A
--B file a
--c file a
--D file a
A is parent dir and B, C and D are child of A and all child folder contain a file a which i want to delete in one go using terminal. I tried below cmd but did not work
find. -regex '\b[FreeCoursesOnline.Me].url\b' -print0 | xargs -0 rm