Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created September 23, 2015 10:05
Show Gist options
  • Save caingougou/26d432025505bdce1d67 to your computer and use it in GitHub Desktop.
Save caingougou/26d432025505bdce1d67 to your computer and use it in GitHub Desktop.
Command to find out all the git repository url in the folder
find . -type f -maxdepth 4 -name config |xargs grep "url ="|awk '{print $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment