find . \( -path ./wuliu -o -path ./waimai \) -prune -o -name '*.txt'  -print


在当前目录下查*.txt排除当前目录下的 wuliu和waimai目录