python 檔案比較 python 2個檔案比對

2021-10-11 07:30:23 字數 1196 閱讀 3847

有兩個檔案內容分別如下檔案asaplag-1:512.1732createsubscriber-inte***ce"zx-112.12.3.81/28"creategroup-inte***ce"zx3-lag-5"createsaplag-1:512.1714createsubscriber-inte***ce...

有兩個檔案內容分別如下

檔案asap lag-1:512.1732 create subscriber-inte***ce "zx-112.12.3.81/28" create group-inte***ce "zx3-lag-5" create

sap lag-1:512.1714 create subscriber-inte***ce "zx-112.12.63.161/28" create group-inte***ce "zx-lag-5" create

檔案bsap lag-1:512.1732 create

description "dongyanghuagong-yonghu"

cpu-protection 10 mac-monitoring

sub-sla-mgmt

multi-sub-sap

no shutdown

exit

static-host ip 223.94.94.132 create

sla-profile "sla-prof-20m-zhuanxian"

sub-profile "sub-prof-local"

subscriber "dongyanghuagong-yonghu"

no shutdown

exit

exi希望可以根據檔案b中如果和檔案a的第一列匹配上就將檔案a後面兩列輸入到b檔案資料上面!檔案b中這樣的資料有很多結果如下:

subscriber-inte***ce "zx-223.94.94.129/25" create

group-inte***ce "zx4-lag-1" create

sap lag-1:512.1732 create

description "dongyanghuagong-yonghu"

cpu-protection 10 mac-monitoring

sub-sla-mgmt

multi-sub-sap

no shutdown

exit

展開

python 資料夾比較

filecmp模組用於比較檔案及資料夾的內容,它是乙個輕量級的工具,使用非常簡單。python標準庫還提供了difflib模組用於比較檔案的內容。關於difflib模組,且聽下回分解。filecmp定義了兩個函式,用於方便地比較檔案與資料夾 filecmp.cmp f1,f2 shallow 比較兩...

python檔案比較的lib

1 filecmp scm002 filecmp模組用於比較檔案及資料夾的內容,它是乙個輕量級的工具,使用非常簡單。python標準庫還提供了difflib模組用於比較檔案的內容。關於difflib模組,且聽下回分解。filecmp定義了兩個函式,用於方便地比較檔案與資料夾 filecmp.cmp ...

Python模組filecmp 檔案比較

filecmp模組用於比較檔案及資料夾的內容,它是乙個輕量級的工具,使用非常簡單。python標準庫還提供了difflib模組用於比較檔案的內容。關於difflib模組,且聽下回分解。filecmp定義了兩個函式,用於方便地比較檔案與資料夾 filecmp.cmp f1,f2 shallow 比較兩...