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.
アク大好き。
テスト ファイルを除くすべてのファイルで「foo」を検索する必要があります。
ack には、正規表現を指定するオプション -G があります。ただし、すべてのファイルを検索し、「test」という単語を含むファイルを無視する条件の正規表現をどのように記述すればよいかわかりません。
^(?!.*test.*).*$