ВН
Size: a a a
ВН
VO
VO
ВН
ВН
ВН
DS
DS
[dsimonov@localhost]~/subjects% grep 183200264000 index.txt
183200264000
Вот файл с паттерном:
[dsimonov@localhost]~/subjects% cat EX_SBK_20200615_1412_short.txt
616614468203
Вот так не работает:
[dsimonov@localhost]~/subjects% egrep -f EX_SBK_20200615_1412_short.txt index.txt
[dsimonov@localhost]~/subjects%
VO
DS
VO
DS
[dsimonov@localhost]~/subjects% cat EX_SBK_20200615_1412_short.txt
616614468203
[dsimonov@localhost]~/subjects% grep 616614468203 index.txt
xxx="616614468203"
[dsimonov@localhost]~/subjects% grep -f EX_SBK_20200615_1412_short.txt index.txt
[dsimonov@localhost]~/subjects%
VO
DS
[dsimonov@localhost]~/subjects% xxd EX_SBK_20200615_1412_short.txt
0000000: 3631 3636 3134 3436 3832 3033 0d0a 616614468203..
[dsimonov@localhost]~/subjects%
VO
VO
DS