python刪除某一行字元前面的內容

2021-03-08 17:19:03 字數 1940 閱讀 2096

1樓:匿名使用者

import re

a='''aug 24 2018 10:29:59 srm_entity 4 cardinvalidresui4e:

oid 1.3.6.

1.4.1.

2011.5.25.

219.2.3.

6 the card recovered from total failure.

aug 24 2018 10:30:00 if*** 1 if_linkdown:

oid 1.3.6.

1.6.3.

1.1.5.

3 inte***ce 7 turned into down state.

aug 24 2018 10:30:00 if*** 4 if_card_cfi4over:

oid 1.3.6.

1.4.1.

2011.5.25.

41.3.27 the configuration of the inte***ce card is restored.

aug 24 2018 10:30:47 hwcm 4 cfgchange:

oid 1.3.6.

1.4.1.

2011.6.10.

2.1 configure changed.

aug 24 2018 10:30:47 line 5 vtyuserlogout:

oid 1.3.6.

1.4.1.

2011.5.25.

207.2.4 a user logout.

aug 24 2018 10:36:31 info 4 ic_logfile_aging:

oid 1.3.6.

1.4.1.

2011.5.25.

212.2.2 one log file is deleted due to aging.

aug 24 2018 10:38:52 cgn 4 cgn2user_port_nui4_trap:

sloc=7,vcpu=0:oid 1.3.

6.1.4.

1.2011.5.

25.240.2.

4 the number of pores assigned to cl

aug 24 2018 10:56:52 line 5 vtyuserlogin7:

oid 1.3.6.

1.4.1.

2011.5.25.

207.2.2 a user login.

aug 24 2018 10:56:58 line 5 vtyuserlogout:

oid 1.3.6.

1.4.1.

2011.5.25.

207.2.4 a user logout.

aug 24 2018 11:07:30 snmp 4 authfail:

oid 1.3.6.

1.6.3.

1.1.5.

5 authenticationfailure.'''

arr=a.split('\n')

[' '.join(x.split(' ')[:3]+["oid"]+x.split(' ')[7:8]) for x in arr]

2樓:風馳電掣

你這個我猜的復不錯的是關於**制或者那種**爬取的資訊吧,非常眼熟,你這需求不要太簡單

import re

with open('a.txt','r',ecoding = 'utf8') as fr,open('new_a.text','a',ecoding ='utf8') as fa:

(縮排)for a in fr:

(縮排)(縮排)s = re.findall('(\s+?\s\s+?\s\s+?\s\s+?\s).*?:(oid \s+)',s)[0]

(縮排)(縮排)fa.write(s)

中怎樣刪除最後一行空行word中怎樣刪除最後一行空行

1 將網上 來下來的資料直接粘自貼到bai記事本,再從記事du本複製 貼上到 word 文件。這個過程zhi能夠自動刪除dao一些空白行,而且還能將文件中的換行符全部轉化為回車符 段落標記 2 刪除多餘的行。在編輯選單上按替換按鈕 或同時按鍵盤上的 ctrl 和 h 鍵 開啟查詢和替換對話方塊 3 ...

在EXCEL中怎樣凍結某一行內容

將活動單元格定位在它的下一行,選擇 視窗 凍結窗格 選單選項就可以了 置頂後 凍結首行 或 分屏操作 excel 中如何設定凍結某一行或幾行視窗?在excel 中設定凍結某一行或幾行視窗的方法步驟如下 一 首先開啟需要凍結的 選擇選單欄裡的檢視,凍結工具在這個選單下如圖 二 可以看到凍結窗格功能下有...

python3 2怎麼輸出顯示在同一行

使用 print 輸出列表,end 例如 print djkfhkj hjdgfj end print 231342 試試bai這du個zhi方dao法內 容datatable dt new datatable dt.columns.add new datacolumn prerevdate0 ty...