find . -type d -maxdepth 1 | grep "./"  | sed 's/\.\///g' | sed 's/-[0-9].*$//' | sort -u 

 

相关文章: