Last active
December 11, 2018 07:36
-
-
Save nelsonsequiera/7c17e615d7d5cc26fc5919eb3873f5d6 to your computer and use it in GitHub Desktop.
find log files for a date
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 / -name \*.log -printf "\n%s,%p,%t" -newerat 2018-11-07 ! -newerat 2018-11-08 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment