9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Alexander Kapshuk <alexander.kapshuk@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] simple rc problem in p9p (on OpenBSD)
Date: Thu, 26 Apr 2018 18:29:00 +0300	[thread overview]
Message-ID: <CAJ1xhMX+nDjvZsEW4LS6WjUcM73sA6tNEpbL8fV6fqco+bXH-Q@mail.gmail.com> (raw)
In-Reply-To: <CAOEdRO1k7UOa5oeSh8jaCwX=V_Y6kcWi91Zhwo0HZBnEPd0tRA@mail.gmail.com>

On Thu, Apr 26, 2018 at 6:08 PM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
> On 26 April 2018 at 16:54, Lucio De Re <lucio.dere@gmail.com> wrote:
>> w=(A B C)
>>
>> ?
>
> 1) this is not an answer
> 2) the use of it all was that I wanted to send to print
> certain files, the list of which I got from ls followed
> by manual deletion (in 9term) of some... Newline separation
> is thus natural.
>
> Thanks anyway
> Ruda
>

You could initialise $w to hold a list of files output by ls like so:
% w=`{ls}
% echo $#w
40

Is this what you had in mind?



  reply	other threads:[~2018-04-26 15:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26 14:45 Rudolf Sykora
2018-04-26 14:54 ` Lucio De Re
2018-04-26 15:08   ` Rudolf Sykora
2018-04-26 15:29     ` Alexander Kapshuk [this message]
2018-04-26 15:48       ` Benjamin Purcell
2018-04-26 18:36         ` Rudolf Sykora
2018-04-26 19:01           ` Costin Chirvasuta
2018-04-26 20:50             ` Rudolf Sykora
2018-05-22 19:57             ` Ethan A. Gardener
2018-04-26 14:57 ` Alexander Kapshuk
2018-04-26 15:02 ` Teodoro Santoni
2018-04-26 15:10   ` Rudolf Sykora
2018-04-26 15:20 ` dexen deVries
2018-04-26 15:31   ` Rudolf Sykora

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=CAJ1xhMX+nDjvZsEW4LS6WjUcM73sA6tNEpbL8fV6fqco+bXH-Q@mail.gmail.com \
    --to=alexander.kapshuk@gmail.com \
    --cc=9fans@9fans.net \
    /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 NNTP newsgroup(s).