9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] wctl
Date: Tue, 9 May 2023 08:59:34 +0100	[thread overview]
Message-ID: <e80622132c57845586dad1043a8180b9@hamnavoe.com> (raw)
In-Reply-To: <6FC8C9B68E8F5F759D883DC2D28D7850@prosimetrum.com>

> ; read -c 72 /dev/wctl

Or, if your chosen flavour of Plan 9 doesn't have the 'read -c'
option, one of these will do:

dd -if /dev/wctl -bs 72 -count 1 -quiet 1
syscall -o read 0 buf 72 </dev/wctl >[2]/dev/null


------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tf13f657beb7b12c0-Mdd9f3de6c6653fc343ffc333
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  reply	other threads:[~2023-05-09  7:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09  3:31 有澤健治
2023-05-09  6:11 ` umbraticus
2023-05-09  7:59   ` Richard Miller [this message]
2023-05-09 13:01     ` 有澤健治
2023-05-09 15:04       ` sirjofri
2023-05-09 21:17         ` 有澤健治

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=e80622132c57845586dad1043a8180b9@hamnavoe.com \
    --to=9fans@hamnavoe.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).