Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am sstarcher on github.
* I am sstarcher (https://keybase.io/sstarcher) on keybase.
* I have a public key whose fingerprint is B911 697B 0228 86FF C855 EDB8 8CF6 380B 617C E950
To claim this, I am signing this object:
@sstarcher
sstarcher / showAllCron.sh
Created May 14, 2014 14:26
Shows All Chron Tabs
#!/bin/bash
#http://stackoverflow.com/questions/134906/how-do-i-list-all-cron-jobs-for-all-users
# System-wide crontab file and cron job directory. Change these for your system.
CRONTAB='/etc/crontab'
CRONDIR='/etc/cron.d'
# Single tab character. Annoyingly necessary.
tab=$(echo -en "\t")