grepするときに任意のフォルダを除外する
(自身の備忘録用です)
grep時、除外したいフォルダがある場合、--exclude-dir
を付与します
grep -r [検索文字列] --exclude-dir=[除外フォルダ] ./
例)
grep -r [検索文字列] --exclude-dir=node_modules ./
grep -r [検索文字列] --exclude-dir={node_modules,tests} ./
→複数指定したい場合は括弧で囲む
Author And Source
この問題について(grepするときに任意のフォルダを除外する), 我々は、より多くの情報をここで見つけました https://qiita.com/mochocho/items/d53a241072a72d055dc3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .