Re: 請問grep -f 的用法 - Linux

Christine avatar
By Christine
at 2013-02-20T03:34

Table of Contents

幫轉
以下為原文

=================================================================

On Jan 3, 9:18 pm, [email protected] (彬彬) wrote:
> 各位好
>
> 我現在想使用grep -f pattern_file target_file
> 這個指令方式
>
> 但是我現在遇到一個問題
>
> 我在pattern_file裡面的內容是
> string
> integer
>
> 按照指令的說明
> 應該會分別用string跟integer去做搜尋吧(?)
>
> 但是它卻只會用最後一個關鍵字integer去搜尋
>
> 是我的用法有錯還是pattern_file的內容不應該這樣呢?

你是想要 grep -e string -e integer target_file 嗎?

>
> 感謝各位
>
> --
Tags: Linux

All Comments

rsync 如何雙邊增量備份

Leila avatar
By Leila
at 2013-02-19T11:29
假設使用 rsync -av /a/ /b/ 他會將 a 有 b 沒有的檔案或資料夾複製到 a 但 b 有 a 沒有的檔案就不會動了 只查到可以加上 --delete 作差異化備份使兩個資料夾完全一樣 不知道是否有指令是檢查兩邊檔案做增量備份的 或者是雙邊檢查誰檔案較新便複製哪一邊 ※ 編輯: chan15 ...

中文輸入法和 mrxvt 的問題

Necoo avatar
By Necoo
at 2013-02-19T06:11
我最近因為硬碟壞掉的關係,把系統重裝. 我用 scim 當輸入法, 別的程式都可以,只有 mrxvt 現在有問題. scim 會輸出 unicode碼 , 而不是 big5. 例如, 我如果在 mrxvt 裡面打 and#34;我and#34; 會出現 bash: $and#39;\346\210\2 ...

Steam for Linux 正式上線

Lydia avatar
By Lydia
at 2013-02-18T19:52
補一個Gentoo 用layman 安裝gamerlay 裡面都包好好了 記得沒錯的話是安裝 emerge steam-meta 內建設定用local site library 來跑程式 可以根據安裝後的instruction 對此設定作更動 ※ 引述《alishas (Alisha)》之銘言: : ...

rsync error

Victoria avatar
By Victoria
at 2013-02-18T17:52
各位版友好 在利用rsync備份的時候出現error 如下: rsync: readlink and#34;path/to/backupand#34; failed: Input/output error (5) 來源目錄是滿大的 這之間一個檔案都沒有傳送成功 請問是甚麼問題造成的? 因為不想要 ...

如何不重開機新增硬碟

Mia avatar
By Mia
at 2013-02-18T13:55
如果我現在需要新增硬碟 該如何在不重新開機的情況下可以掃描到硬碟變更呢 我是用VM新增硬碟 系統是UBUNTU 12.04 LTS - ...