> * I can’t seem to find a way to have an incrementing loop counter in rc shell
> (best I could do is check the size of a growing list variable)
most of the time seq(1), hoc(1) and similar tools can help do the job:
fn square {
echo $1 '*' $1 | hoc
}
for (i in `{seq 1 10}) {
j =
I tried to write an rc script that would make a screen video as an animated
gif. I have something that almost works, but ran into a few
problems/limitations.
* I can’t seem to find a way to have an incrementing loop counter in rc shell
(best I could do is check the size of a growing list variab
hello,
in /rc/bin/ipv6on we (labs,9atom and 9front) have the following code.
ip/ipconfig $xdir loopback /dev/nulladd $mev6 /128
this code is curious to me.
the code doesn’t put ipv6 loopback address "::1" to /net/ipselftab.
and, why we need $mev6 (my ipv6 address) for simply adding lo
Thanks I bought one.
/REMdmr
On Nov 23, 2016 1:59 PM, "Steve Simon" wrote:
>
> kudos for the use of m4.
>
> sadly my o2s went the way of ebay years ago, nice machines though.
>
> -Steve
>
>
> On 23 Nov 2016, at 21:30, Jules Merit
> wrote:
>
> I ported doom, after someone Runed plan9. Trying to
kudos for the use of m4.
sadly my o2s went the way of ebay years ago, nice machines though.
-Steve
> On 23 Nov 2016, at 21:30, Jules Merit
> wrote:
>
> I ported doom, after someone Runed plan9. Trying to get 9front Jurassic Park
> on MIPS r12k now.
>
> Also plan9 clearly needs EEG for use
> i have a slightly related question: how do i find out an other
> window's window id if there is no shell temporarily available? e.g.
> doom is running inside.
maybe 'grep doom /dev/wsys/*/label' ?
>> tojpg < /mnt/wsys/window > window.jpg
>
> Simpler because you're capturing a specific window in this case?
yes. from rio(1):
"/mnt/wsys Files served by rio (also unioned in
/dev in a window's name space, before
the
i have a slightly related question: how do i find out an other
window's window id if there is no shell temporarily available? e.g.
doom is running inside.
On Wed, Nov 23, 2016 at 12:33 PM Benjamin Purcell
wrote:
> even simpler:
>
> tojpg < /mnt/wsys/window > window.jpg
Simpler because you're capturing a specific window in this case?
even simpler:
tojpg < /mnt/wsys/window > window.jpg
On Wed, Nov 23, 2016 at 2:07 PM, Skip Tavakkolian <9...@9netics.com> wrote:
>> it's one of the reasons I'm liking plan 9.
>
> ingenious glenda.
> it's one of the reasons I'm liking plan 9.
ingenious glenda.
Thanks Richard,
That is the kind of thing I was looking for. And yes, it's one of the reasons
I'm liking plan 9. Each piece does one thing we'll.
Chris
On Nov 23, 2016, at 11:06 AM, Richard Miller <9f...@hamnavoe.com> wrote:
>> I'm working on some documentation and would like to include a port
He didn't ask about 9front.
On Wed, Nov 23, 2016 at 4:13 PM, Iruatã Souza wrote:
> 9front solved that 5 years ago.
>
> On Mon, Nov 21, 2016 at 5:20 AM, wrote:
> > Hello,
> >
> > On Sun, Nov 20, 2016 at 11:07:03PM +, Steve Simon wrote:
> >> Hi,
> >>
> >> I run a modified labs kernel with a
can't you take something like /dev/wsys/123/window ?
On 11/23/16, Richard Miller <9f...@hamnavoe.com> wrote:
>> I'm working on some documentation and would like to include a portion of
>> the screen in a particular window. What's a good way to take the shot but
>> also snip out the piece that I'm
> I'm working on some documentation and would like to include a portion of the
> screen in a particular window. What's a good way to take the shot but also
> snip out the piece that I'm interested in?
Making a screenshot is one of those delightful examples of
the elegant simplicity of Plan 9:
I usually run Plan9 in a vm under Win7.
Chris McGee wrote:
Hi All,
I'm working on some documentation and would like to include a portion of the
screen in a particular window. What's a good way to take the shot but also snip
out the piece that I'm interested in?
Thanks,
Chris
9front solved that 5 years ago.
On Mon, Nov 21, 2016 at 5:20 AM, wrote:
> Hello,
>
> On Sun, Nov 20, 2016 at 11:07:03PM +, Steve Simon wrote:
>> Hi,
>>
>> I run a modified labs kernel with a few bits of 9atom to support my atom
>> Motherboard.
>>
>> I have added an ssd to the mirrored disks
Hi All,
I'm working on some documentation and would like to include a portion of the
screen in a particular window. What's a good way to take the shot but also snip
out the piece that I'm interested in?
Thanks,
Chris
18 matches
Mail list logo