ps -Aw | grep parser 查看进程
cp -rf `ls srcdir | grep -E -v "^(exclude_file|exclude_dir)$"` destdir/ 复制时排除某个目录