Skip to content

Instantly share code, notes, and snippets.

@sushengloong
Created June 3, 2014 04:21
Show Gist options
  • Select an option

  • Save sushengloong/249ea39945f2aae201e0 to your computer and use it in GitHub Desktop.

Select an option

Save sushengloong/249ea39945f2aae201e0 to your computer and use it in GitHub Desktop.
Find all database.yml recursively and print the absolute file path
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