Hacker News new | ask | show | jobs
by tryauuum 1298 days ago
shorter version of the grep command is

    grep -oP 'prefix \K\d+(?= suffix)'
but yeah, I know it's easier to me because I did read man page at some point (while carefully avoiding perl manuals)

actually even that is not true, perldoc on regular expressions really helps even grep users

1 comments

In all honesty, I'm more likely to remember this form than the Perl one, and once it's in the shell history, any will do anyway :-)