Date: January 11, 2022 Categories: Development Tags: bash Comments: 0 find command, exclude, ignore paths find $scripts -type f -not -path '*/\.git/*' -print | sort -k1,1nr | head -200 find -L "$project_root"* -maxdepth 6 -name ".env.global" -not -path '*/node_modules/*' -o -name ".env" -not -path '*/node_modules/*' Leave a Reply Cancel replyYour email address will not be published.Comment Name Email Website Save my name, email, and website in this browser for the next time I comment.