dropbox
«前の日記(2005-05-10) 最新 次の日記(2005-05-12)» 編集

Yammy日記

私の日々の記録などです。この日記の内容は、私個人の意見/考えであり、所属する団体の意見/考えではありません。
RSS Web yammy.jpn.org
過去の日記
☆スキーウエアNOW ON SALE!!☆★2ピース上下スーツ★ 【エァウォーク】幼児用ウエアAWT‐5524 ピンク(桃色)サイズ:100・110・120 decorate
Plaitan 25リットル:Lサイズ 【MBRO】エムブロ 日産 セレナ
エムブロC25/CC25/NC25/CNC25
バルカンLEDハイマウントストップランプ クローム
【送料込】エムブロ MBRO
C25系セレナ スパークルLEDテール
クローム
【送料無料】ねばるパウダー
折れ脚伸長式テーブルGrande neo〔グランデネオ〕 大
佐藤錦 わけあり 1Kg
沖縄産スナックパイン1玉(500g〜800g)

N−95D23L/C3 互換インク CANON BCI-7e+9/5MP



track feed
Debian GNU/Linux
Apache
www.cacert.org
My Profile by iddy
technorati
RobotReplay

2004/09/30から

今日:
昨日:
最近のツッコミ10発


2005-05-11 [長年日記]

_ [Know-How][OpenSource] GNU grep でのマッチ部分の色づけ

GNU grep 2.5 から --color というオプションがあるようだ。便利すぎ。man, --help にもなかったので全く知らなかった。orz
scim-prime-0.2.1$ grep make INSTALL 
  2. Type `make' to compile the package.
  3. Optionally, type `make check' to run any self-tests that come with
  4. Type `make install' to install the programs and any data files and
     source code directory by typing `make clean'.  To also remove the
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
own directory.  To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'.  `cd' to the
   If you have to use a `make' that does not support the `VPATH'
package for one architecture, use `make distclean' before reconfiguring
   By default, `make install' will install the package's files in
.bashrc に追記しておいた。
alias grep='grep --color'
本日のツッコミ(全2件) [ツッコミを入れる]
┌(`Д´)ノ)゜∀゜) iwaim (2005-05-12 00:35)

man page にありますよ。JM の日本語訳にはまだ無いかも知れませんが。<br>あと、環境変数 GREP_OPTIONS に設定する方が美しいかも。

┌(`Д´)ノ)゜∀゜) yammy (2005-05-12 11:02)

日本語訳にないだけみたいですね。英文では確認できました。<br>環境変数 GREP_OPTIONS で設定してみました。どうもです。

本日のTrackBacks(全1件) []
_ Yammy日記:[Know-How,OpenSource] GNU grep でのマッチ部分の色づけ の続き (2005-05-12 11:30)

iwaim さんからツッコミを参考に alias ではなく、環境変数で設定しなおした。
--color[=['never' or 'always' or 'auto']] らしいので、

export GREP_OPTIONS='--color=always'
export GREP_COLOR='01;36'

と設定してみた。水色の太文字でマーカー━(゜∀゜)━!