2011/2/7 Philip Brown <phil at opencsw.org>: > That being said: > - renames are a pain in the butt > - there are **over 100 of them to be done Yes, here are the current counts: $ for p in devel -devel dev -dev; do echo -n "$p: "; awk < catalog '$3 ~ /^CSW.*[^-]'$p'$/' | wc -l; done devel: 99 -devel: 31 dev: 9 -dev: 3