Search Results

Search: Posts Made By: knijjar
3,356
Posted By nezabudka
You don't need a script at all, just run this...
You don't need a script at all, just run this line
grep -f xyz MasterFile > FoundString
1,195
Posted By agama
Lots of ways to do this, here is one: ...
Lots of ways to do this, here is one:



awk '
BEGIN {
getline;
last = $0;
}
{
if( NF < 1 )
{
print last;
getline;
...
Showing results 1 to 2 of 2

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