find * -not -path "docs/*" -regex ".*\.\(rb\)" -type f -print0 | xargs -0 grep -Li License;
转载于:https://www.cnblogs.com/ruiy/p/4326711.html
find * -not -path "docs/*" -regex ".*\.\(rb\)" -type f -print0 | xargs -0 grep -Li License;
转载于:https://www.cnblogs.com/ruiy/p/4326711.html