Grep如何抓取前一行後兩行 - Linux

Leila avatar
By Leila
at 2011-11-26T13:39

Table of Contents

我覺得版本的問題吧?
我測試了一下,以下是測試檔:
/***************************/
grep_test.txt:
AAA
BBB
CCC
DDD
EEE
FFF
GGG
/*************************/
測試結果:
bigdick@bigdick:~$ grep "AAA" grep_test.txt
AAA
bigdick@bigdick:~$ grep -A2 "AAA" grep_test.txt
AAA
BBB
CCC
bigdick@bigdick:~$ grep -B1 -A2 "CCC" grep_test.txt
BBB
CCC
DDD
EEE
bigdick@bigdick:~$ grep -V
GNU grep 2.6.3 <---------------你要不要對一下版本?我是用Debian6.0

Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

bigdick@bigdick:~$

--
Tags: Linux

All Comments

centos 5.5 在二代I5電腦 裝不起來

Oscar avatar
By Oscar
at 2011-11-26T01:39
工作站最近買了一台華碩的電腦 CPU:I5-2400 要改成CENTOS系統 但是從5.3版裝到5.5 都不能安裝 本來是圖形介面的安裝路徑 變成說沒有驅動 出現一堆選項 怎麼試都不行 請教一下 板上的大大 這是什麼原因呢? - ...

哪些二手書店有linux相關書籍(台北)

Edwina avatar
By Edwina
at 2011-11-25T15:10
如題 最近想要買些書Linux programing ...etc 來充實自己一下 想請問有人知道台北哪裡有二手書店 有linux相關的藏書嗎? 因為自己跑了兩三間 似乎都沒有 頂多賣office 哪些書籍。 所以才上來問問 麻煩知道的前輩可以提供一下店名 謝謝 - ...

eclipse3.7??

Skylar DavisLinda avatar
By Skylar DavisLinda
at 2011-11-25T13:45
※ [本文轉錄自 Eclipse 看板 #1Epoj3xZ ] 作者: ggosiang (ggosiang) 看板: Eclipse 標題: [問題] eclipse3.7?? 時間: Fri Nov 25 13:44:31 2011 不好意思 我在windows和linux都有載eclipse3.7 ...

bash 新手. 請幫我看程式寫的對不對

Brianna avatar
By Brianna
at 2011-11-25T12:11
#!/bin/bash # Passwd file format: # root:x:0:0:root:/root:/bin/bash # # Purpose: Check if remote machines have more than one uid=0 account # for host in m ...

root的聲音不見了, 一般使用者的還在

Iris avatar
By Iris
at 2011-11-25T11:50
狀況如標題所述, 突然發生的 作業系統是RHEL6 音效的圖示那些都還在, lsmod看音效模組也還在阿 可是用root登入就是怎樣都沒聲音 用一般使用者帳號登入就可以發出聲音.... 這樣用起來很困擾....想請問一下各位的意見 感激不盡~ - ...