unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Alan <wehmann@fnal.gov>
To: help-gnu-emacs@gnu.org
Subject: Re: recursively directory listing in dired way.
Date: Wed, 19 Nov 2008 11:22:35 -0800 (PST)	[thread overview]
Message-ID: <8b6a085b-27d8-446b-b060-a9f6077fba03@v38g2000yqb.googlegroups.com> (raw)
In-Reply-To: mailman.728.1227079436.26697.help-gnu-emacs@gnu.org

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


  parent reply	other threads:[~2008-11-19 19:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.728.1227079436.26697.help-gnu-emacs@gnu.org>
2008-11-19  7:53 ` recursively directory listing in dired way Xah
2008-11-19 19:22 ` Alan [this message]
2008-11-20  7:23 ` parozusa
2008-11-19  4:03 Anand S. Dhankshirur
2008-11-19 10:08 ` Peter Dyballa
2008-11-19 11:55 ` Paul R
     [not found]   ` <4924DF4B.4050206@cdotb.ernet.in>
2008-11-20  9:16     ` Paul R
2008-11-20 10:01       ` Anand S. Dhankshirur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b6a085b-27d8-446b-b060-a9f6077fba03@v38g2000yqb.googlegroups.com \
    --to=wehmann@fnal.gov \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).