Shell sed 常用指令

2021-07-25 11:48:50 字數 348 閱讀 2744

linux系統下,sed指令是非常好用的乙個指令,方便、快捷進行文字操作,把日常常用的指令做下總結,方便日後查詢使用,(不斷更新中)。

question:將test.txt檔案中所有的

.com換成

text.txt文字內容

this is a page from .com crawled from scrapy!

and lots of content from this page .com!

now you can make some actions on this database.

shell sed學習小結1

0 前言 在linux下可以用sed命令來對文字內容進行查詢 替換 刪除 讀出 寫入和追加文字內容等功能,其強大的功能可以讓我們快速地處常見的文字問題。今天,我就把自己對sed的想法記錄到自己的blog中。1 sed簡介 sed是一種文字編輯處理器,它一次處理一行文字內容。處理時,把當前處理的文字行...

mysql常用指令 Mysql常用指令

mysql常用指令2021 01 19 23 40 45 作用 去除select 查詢出來的結果中重複的資料,重複資料只展示一列.關鍵字 distinct 用法 select distinct source from student table source 去重的字段條件 student tabl...

shell sed 字串替換

content macname localhost desktop macname localhost desktop cat ddd this isa test of the test script.this isthe second test of the test script.macname...