emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

find-grep and complicated patterns


From: Lennart Borgman
Subject: find-grep and complicated patterns
Date: Wed, 13 Dec 2006 03:35:07 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

find-grep is useful, but a bit hard with complicated patterns. How do you for example do something like this:

  find . -name "*.el" -type f -print0 | xargs -0 -e grep -nH -e "aaa bbb"

where there is a space in the pattern? The above does NOT work! Is this platform dependent? (On w32 you may use Cygwin or Gnuwin32+cmd.exe here.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]