=============================================== Recursively delete all files matching a pattern =============================================== E.g. to delete every JSON file: .. code-block:: console find . -name "*.json" -type f -delete