14
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
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 ' .