[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is it possible to use find-grep on win xp?
From: |
Vagn Johansen |
Subject: |
Re: Is it possible to use find-grep on win xp? |
Date: |
Sat, 06 Nov 2004 01:16:08 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) |
Eric Luo writes:
> I don't want cygwin installed. And On WinXP, I wonder
> if it is possible to use some function in emacs to do
> what find-grep, or find-dired does. For example, what
> about eshell, if so, how to do the right thing!
Eshell supports recursive globbing with **. So you can do a recursive
grep by typing:
grep someword **/*
--
Vagn Johansen