From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Is it possible to search subdirectories from the command line.... Date: Sun, 23 Sep 2001 11:18:34 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 25 Message-ID: <1001243912.289276@queeg.ludd.luth.se> References: X-Trace: news.luth.se 1001243914 21301 130.240.16.109 (23 Sep 2001 11:18:34 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: : Try this: : application .../*.cpp : (that's 3 dots before the slash). Hmm... Why isn't grep working then?: -bash-2.03$ pwd /djgpp/src.compiling -bash-2.03$ grep islower .../*.c grep: .../*.c: No such file or directory (ENOENT) -bash-2.03$ grep --version grep (GNU grep) 2.2 Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -bash-2.03$ Right, MartinS