all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* find-grep and complicated patterns
@ 2006-12-13  2:35 Lennart Borgman
  2006-12-13  3:07 ` Miles Bader
  2006-12-13  4:23 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Lennart Borgman @ 2006-12-13  2:35 UTC (permalink / raw)


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.)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-13  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13  2:35 find-grep and complicated patterns Lennart Borgman
2006-12-13  3:07 ` Miles Bader
2006-12-13  4:23 ` Eli Zaretskii
2006-12-13  6:32   ` Jari Aalto

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.