У меня есть два файла.
В первом файле полно IP-адресов,
Во втором файле я ищу, чтобы найти все совпадения этих IP-адресов.
Затем я хочу добавить в начало строки, на которой находится IP, во втором файле символ # и перезаписать файл (второй).
Кажется, что все / вызывают мою проблему, но я не уверен
file1.txt
10.148.88.137
file2.txt
#
# Accounting file(s)
#
<acct-file /var/log/pmta/acct.csv>
delete-after 30d
move-interval 5m
max-size 50M
records d
record-fields d timeLogged,bounceCat,vmta,orig,rcpt,srcMta,dlvSourceIp,jobId,dsnStatus,dsnMta,dsnDiag,header_x-id
</acct-file>
<acct-file /var/log/pmta/bounce.csv>
delete-after 30d
move-interval 5m
max-size 50M
records b,rb
record-fields b timeLogged,bounceCat,vmta,orig,rcpt,srcMta,dlvSourceIp,jobId,dsnStatus,dsnMta,dsnDiag,header_x-id
record-fields rb *,header_x-id
</acct-file>
############################################################################################
############################### Global Domain Directive ####################################
<domain *>
backoff-retry-after 15m
backoff-to-normal-after 1m
bounce-after 72h
bounce-upon-5xx-greeting true
dkim-algorithm rsa-sha256
dkim-body-canon simple
dkim-sign yes
ignore-8bitmime true
ignore-chunking yes
max-connect-rate 10/m
max-msg-per-connection 450
max-msg-rate 60/m
max-rcpt-per-message 100
max-smtp-out 5
mx-connection-attempts 10
require-starttls no
retry-upon-new-mail true
smtp-553-means-invalid-mailbox yes
smtp-pattern-list blockList
use-starttls yes
</domain>
smtp-listener 10.148.88.137
smtp-listener 10.148.1.137
##################################################################################################
# EOF
File 2 Overwritten (file2.txt)
#
# Accounting file(s)
#
<acct-file /var/log/pmta/acct.csv>
delete-after 30d
move-interval 5m
max-size 50M
records d
record-fields d timeLogged,bounceCat,vmta,orig,rcpt,srcMta,dlvSourceIp,jobId,dsnStatus,dsnMta,dsnDiag,header_x-id
</acct-file>
<acct-file /var/log/pmta/bounce.csv>
delete-after 30d
move-interval 5m
max-size 50M
records b,rb
record-fields b timeLogged,bounceCat,vmta,orig,rcpt,srcMta,dlvSourceIp,jobId,dsnStatus,dsnMta,dsnDiag,header_x-id
record-fields rb *,header_x-id
</acct-file>
############################################################################################
############################### Global Domain Directive ####################################
<domain *>
backoff-retry-after 15m
backoff-to-normal-after 1m
bounce-after 72h
bounce-upon-5xx-greeting true
dkim-algorithm rsa-sha256
dkim-body-canon simple
dkim-sign yes
ignore-8bitmime true
ignore-chunking yes
max-connect-rate 10/m
max-msg-per-connection 450
max-msg-rate 60/m
max-rcpt-per-message 100
max-smtp-out 5
mx-connection-attempts 10
require-starttls no
retry-upon-new-mail true
smtp-553-means-invalid-mailbox yes
smtp-pattern-list blockList
use-starttls yes
</domain>
#smtp-listener 10.148.88.137
smtp-listener 10.148.1.137
##################################################################################################
# EOF
Спасибо за вашу помощь заранее