Search Results

Search: Posts Made By: parthmittal2007
4,546
Posted By parthmittal2007
cat name.txt | while read line do grep -e...
cat name.txt | while read line
do
grep -e $line source.txt >> resultfile.txt
done

Output-:
msisdn | imsi | name | subscription | product | date | recharge type
09311424354 | 09488439820...
4,048
Posted By parthmittal2007
hi rdcwayx: your code does not work in this...
hi rdcwayx:

your code does not work in this case:

Man_ID|Man_Dt|Ship_Id|Ship_Dt|ItemID|Noof ITEMS|ItemNam
001|2010-12-31|11|2010-12-31|111|2|Jackets
002|2010-12-31|12|2010-12-31|111|1|Caps...
Showing results 1 to 2 of 2

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