Created
September 23, 2015 10:05
-
-
Save caingougou/26d432025505bdce1d67 to your computer and use it in GitHub Desktop.
Command to find out all the git repository url in the folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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