Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
Paracompact
14 hours ago
|
on: “This is not the computer for you”
`grep -P` kinda annoying. GNU has Perl-compatible regex, and BSD does not. You're reaching for `perl` or installing `ggrep` the moment you need a lookbehind.
reply
kybernetyk
13 hours ago
|
parent
BSD grep is the pure grep version though. Perl regex is unnecessary bloat.
reply