Created
June 3, 2014 04:21
-
-
Save sushengloong/249ea39945f2aae201e0 to your computer and use it in GitHub Desktop.
Find all database.yml recursively and print the absolute file path
This file contains hidden or 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 "`pwd`" -type f -name database.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment