Last active
May 20, 2017 09:14
-
-
Save HirschSt/08c4055b659f2223a4c1361dfc3be961 to your computer and use it in GitHub Desktop.
Get yaml file of recursive files
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 -printf '%p:\n - %u\n - %s\n - %T+\n' > files.yml |
Author
HirschSt
commented
May 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment