zsh-users
 help / color / mirror / code / Atom feed
From: Michael Shick <mfshick@gmail.com>
To: TJ Luoma <luomat@gmail.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: `ls *(.)` shows "just files", what shows "just folders"?
Date: Sun, 14 Aug 2011 21:40:05 -0400	[thread overview]
Message-ID: <CAGGPYB1KvKmRpBdEwj3rZy6T0hrHWY0efPXR+TZNY6XCNXVozQ@mail.gmail.com> (raw)
In-Reply-To: <CADjGqHvT1KXunrpCF2ssMLAkbF_ugw=MybzpqcAq3Zv9hHthKA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

*(/) is the glob you're looking for.  To just list the folders and not their
contents, you'd use `ls -d *(/)`.
On Aug 14, 2011 9:35 PM, "TJ Luoma" <luomat@gmail.com> wrote:
> Somewhere along the way I learned that
>
> ls *(.)
>
> will tell 'ls' to only show files (not links, not directories)
>
> Is there a similar command which would show _only_ directories?
>
> (I've been using `find * -maxdepth 0 -type d` but I assume this is
> 'more efficient')
>
> TjL

  parent reply	other threads:[~2011-08-15  2:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-15  1:08 TJ Luoma
2011-08-15  1:39 ` Pete Johns
2011-08-15  1:40 ` Michael Shick [this message]
2011-08-15  1:41 ` Vincent Lefevre
2011-08-15  1:43   ` Vincent Lefevre
2011-08-15  2:24   ` TJ Luoma
2011-08-15  2:48     ` Pete Johns
     [not found]       ` <CADjGqHuu7-=rK1OKyYw05n4LmZ4yVGEKGGbKwvjaUocHk2Qmqg@mail.gmail.com>
2011-08-15  7:00         ` Pete Johns
2011-08-15  7:18     ` Sebastian Tramp
2011-08-15 15:38 ` Tristan Webb

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

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

  git send-email \
    --in-reply-to=CAGGPYB1KvKmRpBdEwj3rZy6T0hrHWY0efPXR+TZNY6XCNXVozQ@mail.gmail.com \
    --to=mfshick@gmail.com \
    --cc=luomat@gmail.com \
    --cc=zsh-users@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).