working on a script to purge old cups jobs
This is what I have so far. I’m stealing the idea from Kurt Pfeifle.
lpstat -o | egrep `date -d "1 minutes ago" "+ %I:%M:"`
This is what I have so far. I’m stealing the idea from Kurt Pfeifle.
lpstat -o | egrep `date -d "1 minutes ago" "+ %I:%M:"`