zsh-users
 help / color / mirror / code / Atom feed
From: Wataru Kagawa <wkagawa@jota.gsc.riken.go.jp>
To: zsh-users@sunsite.dk
Subject: Re: outputs of _users and _hosts to arrays
Date: Mon, 25 Jul 2005 14:38:31 +0900	[thread overview]
Message-ID: <6FA5C01A-1C73-4FF4-95DD-690A24C0F877@jota.gsc.riken.go.jp> (raw)
In-Reply-To: <3BF4526D-BFA6-46C7-A977-BD43DFAD4C07@jota.gsc.riken.go.jp>

Oops.

> users=( ${$( cat /etc/users | cut -d : -f 1,7 | grep -v "#" )//:*/} )

should be,

users=( ${$( cat /etc/passwd | cut -d : -f 1,7 | grep -v "#" )//:*/} )


  reply	other threads:[~2005-07-25  5:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-24  7:05 Wataru Kagawa
2005-07-24  9:33 ` Bart Schaefer
2005-07-25  5:18   ` Wataru Kagawa
2005-07-25  5:38     ` Wataru Kagawa [this message]
2005-07-25  9:15     ` Motoi Washida
2005-07-26  1:56       ` Wataru Kagawa
2005-07-26 16:23         ` Motoi Washida

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=6FA5C01A-1C73-4FF4-95DD-690A24C0F877@jota.gsc.riken.go.jp \
    --to=wkagawa@jota.gsc.riken.go.jp \
    --cc=zsh-users@sunsite.dk \
    /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).