Skip to content

Instantly share code, notes, and snippets.

@MightyBlow
Last active April 30, 2025 09:13
Show Gist options
  • Save MightyBlow/a4082fb8159fb894aa00d941e815fc11 to your computer and use it in GitHub Desktop.
Save MightyBlow/a4082fb8159fb894aa00d941e815fc11 to your computer and use it in GitHub Desktop.
.sh
find / -type d -name "logs" -exec sh -c 'grep -r --include="*.log" "seconds (JMV running for" "$0"' {} \;
find / -type d -name "logs" -exec grep -l --include="*.log" "seconds (JMV running for" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment