Skip to content

Instantly share code, notes, and snippets.

@nelsonsequiera
Last active December 11, 2018 07:36
Show Gist options
  • Save nelsonsequiera/7c17e615d7d5cc26fc5919eb3873f5d6 to your computer and use it in GitHub Desktop.
Save nelsonsequiera/7c17e615d7d5cc26fc5919eb3873f5d6 to your computer and use it in GitHub Desktop.
find log files for a date
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