find


忽略 /root/H5_fort_install_v2.8.0.14 这目录

find /root -path '/root/H5_fort_install_v2.8.0.14' -prune -o -name "*.txt" -print


相关