On Mon, 12 Jun 2000, Shridhar Daithankar wrote:

> 1)'ls -R'  does not list recursively.
> [shridhar@neptune Gold]$ ls -R *.cbl
> ls: *.cbl: No such file or directory

        No, ls -R does list recursively but the parameters
must make sense. Here *.cbl implies that you are looking 
for some files ending with .cbl in the current directory.
        If you want to do what I think you wish to , use 
find command like "find . -name *.cbl -ls " or you can 
use grep to "grep" the pattern.

        Enjoy life.........
                                Ajay kumar Dwivedi


-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to