2018年02月15日
Tweet
grepのGREP OPTIONSは廃止されました
Solution of grep: warning: GREP_OPTIONS is deprecated; please use an alias or script※日本語の記事です。
先日の記事で alias と GREP_OPTIONS のどちらかに設定することで色をつけることができるという記事を書きました。
2018年01月10日:grep の結果に色をつける。
どちらがより望ましいのか調べていたら、どうやらGREP_OPTIONSは廃止の方向のようです。
2.2 Environment Variables
なぜ削除になるのか。以下のコメントの通りだとは思いますが詳細は不明です。
As this causes problems when writing portable scripts

Solution of grep: warning: GREP_OPTIONS is deprecated; please use an alias or script※日本語の記事です。
先日の記事で alias と GREP_OPTIONS のどちらかに設定することで色をつけることができるという記事を書きました。
2018年01月10日:grep の結果に色をつける。
どちらがより望ましいのか調べていたら、どうやらGREP_OPTIONSは廃止の方向のようです。
2.2 Environment Variables
なぜ削除になるのか。以下のコメントの通りだとは思いますが詳細は不明です。
As this causes problems when writing portable scripts
stock_value at 10:09│Comments(0)│技術