help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: recursively directory listing in dired way.


From: Xah
Subject: Re: recursively directory listing in dired way.
Date: Tue, 18 Nov 2008 23:53:36 -0800 (PST)
User-agent: G2/1.0

On Nov 18, 8:03 pm, "Anand S. Dhankshirur" <a...@cdotb.ernet.in>
wrote:
> I have installed 22.3 version of emacs in my system.
> I want to list all the subdirectories and its contents of a directory
> recursively in a dired buffer.
> So that i can go to that file.
> (running ls -lR shell command lists all the contents recursively but not
> in dired way!)
> I want to list all the contents in dired way.
> How to do that?

maybe there are better ways, but i just go to the dir, then do
Alt+x find-dired
when it asks for “Run Find”, give “-type f”. If you want html only,
you can do “-name *html” for example.

  Xah
∑ http://xahlee.org/

reply via email to

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