15
regex and awk...
(programming.dev)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Because it does work, you need
grep -E
for '+' to work without escaping. Also, your quotes are wrong, ‘ should be ' .Alright, I am getting confused. What quotes are those?
I got this from the stuff I copied from your comment:
And these are the single quote and backtick I used (of course I had to escape them, because they are the actual ones):
And from what I see, your original comment had the correct ones, so was this all to elicit this response out of me?