Linux 命令之sed

sed 流處理編輯器 行處理一次只處理一行數據 (sed處理文件內容的核心思想) 不改變文件內容(除非重定向) 命令行格式 sed [option] 'command' file(s) 腳本格式 sed -f scriptfile file(s) sed 命令 p 打印命令 -n 只打印匹配的行 定位一行 sed -n '2p' test.txt 定位多行 sed -n '2,5p' tes
相關文章
相關標籤/搜索