Skip to content

Instantly share code, notes, and snippets.

@HirschSt
Last active May 20, 2017 09:14
Show Gist options
  • Save HirschSt/08c4055b659f2223a4c1361dfc3be961 to your computer and use it in GitHub Desktop.
Save HirschSt/08c4055b659f2223a4c1361dfc3be961 to your computer and use it in GitHub Desktop.
Get yaml file of recursive files
find . -type f -printf '%p:\n - %u\n - %s\n - %T+\n' > files.yml
@HirschSt
Copy link
Author

require 'yaml'
YAML::ENGINE.yamler = 'syck'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment