Skip to content

Instantly share code, notes, and snippets.

@omarkurt
Created March 14, 2014 12:18
Show Gist options
  • Save omarkurt/9546641 to your computer and use it in GitHub Desktop.
Save omarkurt/9546641 to your computer and use it in GitHub Desktop.
find /var/log -type f -regex ".*\.gz$"
find /var/log -type f -regex ".*\.[0-9]$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment