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.
(fgf "thing")次のようなサブプロセスを作成するEmacs 関数があります。
(fgf "thing")
find . \( -type f -a \! -regex '\.(svn|git)' \) -print0 | xargs -0 grep -nH -e 'thing'
基本的に、またはファイルはgrep見たくありません。どうやってやるの?.git.svn
grep
.git
.svn