grep 基於關鍵字搜尋

2021-09-06 14:37:01 字數 391 閱讀 5302

grep '

linux

' /etc/passwd

搜尋passwd檔案下的包含linux的行

find / -user linux|grep video

在使用者為linux的根目錄下搜房video內容

netstat -tnpl|grep server

查詢網路程序為server的資料

-i在搜尋的時候忽略大小寫

-n顯示結果所在行數

-v輸出不帶關鍵字的行

-ax輸出包含結果所在行之後指定的行數

-bx輸出包含結果所在行之前指定的行數

grep -b3 linux /etc/passwd

grep 搜尋不包含關鍵字的行

grep v down v 是不顯示匹配上的內容,顯示不包含down的內容。dotheright dotheright nmap v sn 192.168.1.1 24dotheright dotheright nmap v sn 192.168.1.1 24 nmap scan report fo...

關鍵字搜尋

關鍵字搜尋 function sercah waitmsg 已找到對應的 g keys count 處關鍵字!1 相同關鍵字查詢時返回 reading children reading box m p css span keys removeattr style removeattr id g ke...

ntext搜尋關鍵字

選擇自 zjcxc 的 blog ntext搜尋 按 tb 表中的 keyword 在 ta 中查詢 content 列出每個 keyword 在 content 中的具體位置 鄒建 2004.07 測試資料 create table ta id int identity 1,1 content n...