Search Results

Search: Posts Made By: konddor
4,198
Posted By konddor
Thanks rdcwayx yeeeah, i used it and it's...
Thanks rdcwayx

yeeeah, i used it and it's works like a charm

can you explain the awk commands, im a newbie and trying to understand on scripting

Thank you!
4,198
Posted By konddor
Thanks durden i was running the search...
Thanks durden

i was running the search command:
# find . -exec egrep -iH "word1|word2" {} \; (with "i" instead of "w")

with the files content as:
word1
novilf
polbem
word2
lofteer
...
4,198
Posted By konddor
egrep output each file in new line
I have the following script that searches in several files and shows the search results and the matches filename on the screen.

find . -exec egrep -wH "word1|word2" {} \;

the output from the...
Showing results 1 to 3 of 3

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