Search Results

Search: Posts Made By: danmero
28,942
Posted By danmero
The title of the thread is How can you grep for...
The title of the thread is How can you grep for three fields
We can use grep (faster) but I like awk(slower).
egrep...
28,942
Posted By danmero
:) that's another story, let's try awk awk...
:) that's another story, let's try awk
awk '/text1/ && /text2/' file
28,942
Posted By danmero
Why run grep twice :rolleyes: UUOG grep...
Why run grep twice :rolleyes: UUOG
grep "text1.*text2" myfile > newfile
Showing results 1 to 3 of 3

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