zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: ls -l *(/)...
Date: Mon, 22 Jun 2015 11:30:51 -0700	[thread overview]
Message-ID: <150622113052.ZM4976@torch.brasslantern.com> (raw)
In-Reply-To: <55884CFC.6010803@necoro.eu>

On Jun 22,  7:59pm, lists@necoro.eu wrote:
} Subject: Re: ls -l *(/)...
}
} > ls */*
} > 
} > gives 
} > 
} > directory:
} > file1
} > file2
} > file3
} 
} Well, here, the output is exactly like how you want it (do you have `ls`
} being some alias?).

I suspect Meino actually has more than one level of directory under the
current one, despite his original description.  Or he's not executing
the "ls" at the level of the heirarchy that we think he is.

    print -c */*

might be what is wanted here.  Or possibly

    ls -ld */*

or maybe even

    ls -ld */*/*

The problem description isn't very clear.


  reply	other threads:[~2015-06-22 18:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-22  3:17 Meino.Cramer
2015-06-22  5:25 ` lists
     [not found]   ` <20150622163654.GB4560@solfire>
2015-06-22 17:59     ` lists
2015-06-22 18:30       ` Bart Schaefer [this message]
2015-06-22 21:28         ` Bernd Steinhauser
2015-06-22 19:08       ` Marc Chantreux
2015-06-22 19:26         ` lists
2015-06-22 20:31           ` Roman Neuhauser
2015-06-23 11:30           ` Marc Chantreux

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=150622113052.ZM4976@torch.brasslantern.com \
    --to=schaefer@brasslantern.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).