0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

grep memo

Posted at

すごい単純なメモだが、好きな、実際に役に立っているオプションをリストアップする

-w

This has the same effect as「Match whole word」in VS Code search:
スクリーンショット 2024-10-02 17.24.59.png

-l

Only show matching filenames. Also shows the uniquely

-n

line numbers

-A {number}

show {number} lines after each line in the results

-B {number}

show {number} lines before each line in the results

-C {number}

show {number lines before AND after each line in the results!

-o

only show the matching part of the line

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?