================================================= Recursively delete all files that match a pattern ================================================= .. code-block:: console find . -name "*.embeddings.json" -type f -delete