Navigation
kayce.dev
»
Command Line Interface (CLI)
»
Recursively delete all files that match a pattern
Recursively delete all files that match a pattern
ยง
find . -name "*.embeddings.json" -type f -delete
Previous topic
Command Line Interface (CLI)
This Page
Show Source
Quick search