this post was submitted on 08 Jun 2025
15 points (100.0% liked)
Linux
8223 readers
341 users here now
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
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why are you making a literal out of the + operator? This will not work.
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?