Created
January 19, 2018 08:32
-
-
Save ahgood/366f6434a0699200eff291c3185bfc9b to your computer and use it in GitHub Desktop.
List file path and last modified date time
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 /PATH/TO/FIND/ -name "*.html" -type f -regex ".*\/KEY_EXIST_IN_PATH\/.*" | xargs ls -ldt > /PATH/TO/EXPORT/REPORT.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment