Delete all folders within a directory while excluding certain filters

11-11-2024

sudo rm -rf `ls -d */ | grep -v -E "v1.8.1|latest"`