- Jupyter kernel place. Delete unused kernel
/home/donny/.local/share/jupyter/kernels
- Delete file with conditional string and find it through systems
sudo find / -name "*opencv*" -exec rm -i {} \;
- Delete file based on string
Example your have file:
az1
az2
az213123
Exa
Exa2
comand
rm -rf az* Ex*