I want to delete a specific config file for Awstats for every user on the box. What is the best way to delete them, and possibly, in one line?
All the files are under /home and have this structure:
/home/{username1}/domains/{domain1}/public_html/awstats/.data/awstats.{domain1}.conf
/home/{username1}/domains/{domain2}/public_html/awstats/.data/awstats.{domain2}.conf
/home/{username2}/domains/{domain1}/public_html/awstats/.data/awstats.{domain1}.conf
Some /home/{username}/domains/ folders have multiple domain subfolders.