Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
DewWisp7396y@PrivateGER, sed is super useful, however, unlike grep, it doesn't support PCRE (as a Perl programmer this is a very important feature to me) and only supports Basic & Extended POSIX RegEx. Whereas grep supports both of the aforementioned RegEx standards, as well as PCRE with the -P flag.
Related Rants
What would I ever do without grep?
rant
search
replace
grep
regex