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: Alan
Subject: Re: recursively directory listing in dired way.
Date: Wed, 19 Nov 2008 11:22:35 -0800 (PST)
User-agent: G2/1.0

On Nov 18, 10: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?
> Regards,
> Anand

Is the answer the following (call dired with a prefix), or did I
overlook something?

C-x d runs the command dired
  which is an interactive compiled Lisp function in `dired.el'.
It is bound to C-x d, <menu-bar> <file> <dired>.
(dired dirname &optional switches)

"Edit" directory dirname--delete, rename, print, etc. some files in
it.
Optional second argument switches specifies the `ls' options used.

I checked that it worked, with

GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE


reply via email to

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