2 lines
52 B
Bash
2 lines
52 B
Bash
find . -type d -name "__pycache__" -exec rm -r {} +
|
find . -type d -name "__pycache__" -exec rm -r {} +
|