Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてのディレクトリでVimを検索する方法がわかりません:
peはc:\およびd:\(サブディレクトリを含む)のすべての.txtファイルで「search-item」を検索します
誰か助けてもらえますか?
通常どおりgrepを使用できます
:grep -R 'search-item' path1 path2
詳細については、以下を参照してください。
:h grep
私のために以下の作品
:vimgrep /<search>/ {c:,d:}/**/*.txt