Created
February 27, 2019 21:22
-
-
Save mikebronner/7ffa6066d3b57799110eeceafbc472a7 to your computer and use it in GitHub Desktop.
Check long-running cron jobs.
This file contains 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
#!/bin/bash | |
grep ' [0-9][0-9]:[0-9][0-9]:[1-9][0-9] web-1 .* END ' syslog | nano - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment