emacs-devel
[Top][All Lists]
Advanced

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

Re: Some error info from configure.bat please


From: Eli Zaretskii
Subject: Re: Some error info from configure.bat please
Date: Sun, 03 Jul 2005 20:58:17 +0200

> Date: Sun, 3 Jul 2005 18:27:05 +0200
> From: Juanma Barranquero <address@hidden>
> Cc: address@hidden
> 
> On 7/3/05, Eli Zaretskii <address@hidden> wrote:
> 
> >  (the "**" feature alone is something to kill for)
> 
> Could you please describe it briefly?

"fgrep STRING /foo/bar/**/*.c" will look for the named string in all
*.c files in /foo/bar and in all its subdirectories, recursively (and
is much faster than "fgrep -R STRING /foo/bar/**/* --include='*.c'"
you will need without the ** feature).

Likewise, "ls -ltrd d:/**/*.log" will produce a listing of all the
*.log files on drive D:, in the order they were created/modified.

Convinced?




reply via email to

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