Help!
I need a grep only solution to this ... how to search for a string literal?
Suppose the input file of:
test blah (tabs or spaces or both seperate)
test-foo blah
foo-test blah
test-bar boop
And I want to grep for "test", and have ONLY the first line returned ....
Thanks in advance!
I need a grep only solution to this ... how to search for a string literal?
Suppose the input file of:
test blah (tabs or spaces or both seperate)
test-foo blah
foo-test blah
test-bar boop
And I want to grep for "test", and have ONLY the first line returned ....
Thanks in advance!