Skip to content

Instantly share code, notes, and snippets.

@ahgood
Created January 19, 2018 08:32
Show Gist options
  • Save ahgood/366f6434a0699200eff291c3185bfc9b to your computer and use it in GitHub Desktop.
Save ahgood/366f6434a0699200eff291c3185bfc9b to your computer and use it in GitHub Desktop.
List file path and last modified date time
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