1
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?

More than 5 years have passed since last update.

grep/git grepでタブ文字を検索する

Posted at

grepコマンドやgit grepで「タブ文字」(\t)を検索する方法。過去に何度か調べている気がするのでメモ。

行頭のタブ文字を検索する例:

git grep -E $'^\t'

参考

1
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
1
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?