Search Results

Search: Posts Made By: ashfaque
1,893
Posted By RudiC
Try sort -k1,1 file | uniq -Dw7 4762583...
Try sort -k1,1 file | uniq -Dw7
4762583 6zE:ADNL ORDER_PRIORITY='30600674004762583' ORDER_IDENTIFIER='381217139' MM_ASK_VOLUME='120' MM_ASK_PRICE='450.3000' m='GBX'
4762583 6zE:CHGL...
796
Posted By DHeisenberg
The below code will print all the lines...
The below code will print all the lines containing the required pattern,

awk '/S[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]B/{print}' file.txt

Ex:
file.txt
abcS12345678B hidi
ghdgh S87654321B...
Showing results 1 to 2 of 2

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