国产成人v爽在线免播放观看,日韩欧美色,久久99国产精品久久99软件,亚洲综合色网站,国产欧美日韩中文久久,色99在线,亚洲伦理一区二区

學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

linux grep命令操作指南

時(shí)間: 志藝942 分享

  grep是行級(jí)設(shè)備,它分析一行信息,若當(dāng)中有我們所需要的信息,就將整行返回,那么你知道linux grep命令操作指南么?接下來(lái)是小編為大家收集的linux grep命令操作指南,歡迎大家閱讀:

  linux grep命令操作指南

 ?、?定義 www.2cto.com

  grep是行級(jí)設(shè)備,它分析一行信息,若當(dāng)中有我們所需要的信息,就將整行返回

 ?、?作用

  進(jìn)行字符串?dāng)?shù)據(jù)的對(duì)比,將符合用戶需求的字符串打印出來(lái)

 ?、?格式

  grep [-acinv] [--color=auto] '查找字符串' filename

  參數(shù):

  -a:將二進(jìn)制文件一text文件的方式查找數(shù)據(jù)

  -c:計(jì)算找到‘查找字符串’的次數(shù)

  -i:對(duì)大小寫透明

  -n:輸出行號(hào)

  -v:顯示沒有‘查找字符串’內(nèi)容的那一行

  -A:后面可加數(shù)字,為after的意思,除了列出該行外,后續(xù)的n行也列出來(lái)

  -B:后面可加數(shù)字,為before的意思,除了列出該行外,前面的n行也列出來(lái)

  --color=auto:關(guān)鍵字上色

 ?、?例子 www.2cto.com

  eg01:找出有檢查點(diǎn)事件發(fā)生的標(biāo)志

  [sql]

  [oracle@localhost bdump]$ grep -in --color=auto 'checkpoint' alert_orcl.log

  64: checkpoint is 446074

  66: checkpoint is 446074

  69: checkpoint is 446074

  72: checkpoint is 446074

  383: checkpoint is 460200

  1845:Checkpoint not complete

  2112: checkpoint is 606217

  2114: checkpoint is 606217

  2116: checkpoint is 606217

  2118: checkpoint is 606217

  2120: checkpoint is 606217

  eg02:從內(nèi)核中找出網(wǎng)卡相關(guān)信息

  [sql]

  [oracle@localhost bdump]$ dmesg | grep -n -A3 -B2 --color=auto 'eth'

  599-iscsi: registered transport (iser)

  600-iscsi: registered transport (be2iscsi)

  601:eth0: no IPv6 routers present

  602-Bluetooth: Core ver 2.10

  603-NET: Registered protocol family 31

  604-Bluetooth: HCI device and connection manager initialized

  --

  615-ip_conntrack version 2.4 (8192 buckets, 65536 max) - 228 bytes per conntrack

  616-ip6_tables: (C) 2000-2006 Netfilter Core Team

  617:peth0: Promiscuous mode enabled.

  618:device peth0 entered promiscuous mode

  619:xenbr0: port 1(peth0) entering forwarding state

  620-device vif0.0 entered promiscuous mode

  621-New device vif0.0 does not support netpoll

  622-Disabling netpoll for xenbr0

  --

  625-hdc: drive_cmd: error=0x04 { AbortedCommand }

  626-ide: failed opcode was: 0xec

  627:eth0: no IPv6 routers present

  628:xenbr0: port 1(peth0) entering disabled state

  629:xenbr0: port 1(peth0) entering forwarding state

  
看了“linux grep命令操作指南”還想看:

1.linux grep搜索命令的使用方法

2.Linux系統(tǒng)中怎么使用grep命令

3.Linux下如何使用grep命令搜索多個(gè)單詞

4.15個(gè)Linux Grep命令使用實(shí)例

5.Linux文本匹配命令grep與fgrep使用全解

linux grep命令操作指南

grep是行級(jí)設(shè)備,它分析一行信息,若當(dāng)中有我們所需要的信息,就將整行返回,那么你知道linux grep命令操作指南么?接下來(lái)是小編為大家收集的linux grep命令操作指南,歡迎大家閱讀: linux grep命令操作指南 ① 定義 www.2cto.com grep
推薦度:
點(diǎn)擊下載文檔文檔為doc格式
2992067