[Purdue-pm] This has to be a thing in sed or something that I just didn't know, right?

Mark Senn mark at ecn.purdue.edu
Fri Aug 31 16:15:41 PDT 2018


> crontab -l | match -r '([\w\.\/]*.pl)'

Tested using GNU grep 2.20 and 3.1:
    crontab -l | grep -oP '[\w./]*\.pl'

-mark


More information about the Purdue-pm mailing list