7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

grepのかわりに 高速検索 ag/the_silver_searcher を使う

Last updated at Posted at 2014-06-29

とても早い、いろんな環境で使っていきたい。

EXAMPLES

コマンド 説明
$ag printf カレントディレクトリから"printf"という文字列を検索する。
$ag foo /bar/ path /bar/ において、"foo" という文字列を検索する。
$ag foo /bar/ path /bar/ において、"foo" という文字列を検索する。
$ag class ~/src --ruby ~/src 以下のrbファイルから"class" という文字列を検索する。
$ag --list-file-types オプション指定できるファイル形式の一覧を表示する。
7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?