bug-coreutils
[Top][All Lists]
Advanced

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

Re: ls -lR *.c


From: Philip Rowlands
Subject: Re: ls -lR *.c
Date: Sat, 29 Jan 2005 02:08:07 +0000 (GMT)

On Fri, 28 Jan 2005, Richard A. Hogaboom wrote:

>I use "ls -lR" to list file recursively.  Shouldn't I be able to
>do "ls -lR *.c" to see only *.c files recursively also?

Please see FAQ #14:
http://www.gnu.org/software/coreutils/faq/coreutils-faq.html

To do what you're asking for, try this:
$ find -name '*.c'


Cheers,
Phil




reply via email to

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