How would I display the lines that do not have certain letters?
How would I display the lines that do not contain certain letters? This is
what I have already tried unsuccessfully to show the lines that do not
consist of an a or b:
egrep *[^ab]* filename
No comments:
Post a Comment