find /usr/local/canal/logs/example -type d -name "*-*" | sort -nr | awk '{if (NR>=2){print $1}}' | xargs rm -rfspa