Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vk763a$6ocn$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vk763a$6ocn$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.unix.shell
Subject: Re: a sed question
Date: Sat, 21 Dec 2024 20:48:56 +0100
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <vk763a$6ocn$1@dont-email.me>
References: <874j304vv3.fsf@example.com> <vk40gi$3g9sm$1@dont-email.me>
 <87ed21xmb3.fsf@example.com> <vk6n6r$3vofi$1@dont-email.me>
 <87ttawsxra.fsf@example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 21 Dec 2024 20:48:58 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f893710cc71c8b9b4e8dbe49b06632d4";
	logging-data="221591"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18nx/76dHPIWaBtbzM78irm"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:o4HPiTJWA0FeUOWRG6sliuUoiZw=
X-Enigmail-Draft-Status: N1110
In-Reply-To: <87ttawsxra.fsf@example.com>
Bytes: 2237

On 21.12.2024 19:21, Salvador Mirzo wrote:
>
> [...] I'm here on the USENET because I
> discovered it in non-standard media.  It turns out I find NNTP a much
> better medium of discourse than any other.  (I'm writing this from a GNU
> EMACS buffer and will be send out using Gnus.  Gnus can be dramatically
> uninuitive, but there seems to be no real replacement for it when it
> comes to USENET and perhaps mail.)  [...]

There's tools like Thunderbird where you can work with Usenet similarly
to using a typical GUI-based email client (it is actually also an email
client). If you like historic tools I've heard that there's still 'nn'
around, a text-oriented newsreader that I used in the 1990's (loved it).

> 
> I actually know awk a little bit.  I've read the ``AWK Programming
> Language'' by Aho, Kernighan and Weinberger, 1988.  I loved it.  [...]

This is an excellent source! So you might want to look into the GNU Awk
Manual just for a contemporary Awk variant, to see a couple more useful
features supported in an efficient Awk implementation.

Janis