拷贝排除目录

cp -R `find /home/data -type d  -path /home/data/e  -prune -o -print | sed 1d ` /bak

编程技巧