Search Results

Search: Posts Made By: zoite
1,778
Posted By zoite
That's what grep -i does. $ cat input.txt...
That's what grep -i does.


$ cat input.txt
input.txt
-----------
38Nhava
anotherline
Line3

$ grep -i '38NHAVA' input.txt
38Nhava
$ grep -i '38nhava' input.txt
38Nhava
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy