Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Computer programmers do it byte by byte.


computers / comp.os.linux.misc / Re: Broken references in header (was: Broken references in header [Was: One page man])

SubjectAuthor
* One page mandb
+- Re: One page manAllodoxaphobia
`* Re: One page manD
 +- Re: One page mandb
 `* Re: One page manFritz Wuehler
  `* Broken references in header [Was: One page man]Spiros Bousbouras
   `- Re: Broken references in header (was: Broken references in header [Was: One pageAndreas Kohlbach

1
One page man

<uqdgic$1k0u5$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12897&group=comp.os.linux.misc#12897

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.os.linux.misc
Subject: One page man
Date: Mon, 12 Feb 2024 17:21:32 +0100
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <uqdgic$1k0u5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 12 Feb 2024 16:21:32 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c33ebeb34d78d20df855f33b057b7949";
logging-data="1704901"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ASvOb5NrSTXa7wuW1jeUiN6KSvaHLuAM="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:owNbg0Foitfuf20INVeteer8toc=
Content-Language: en-US
 by: db - Mon, 12 Feb 2024 16:21 UTC

I have a script that adds new entries to a bib file.
When it has done its job, I would like to display
the first few lines or at least the first page of
the result. By hand, I would use more (or less)
and terminate with q at the end of the first page.
can I do this from a script? If yes, how?
--
Dieter Britz

Re: One page man

<slrnuskhq9.2ti5.trepidation@vps.jonz.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12898&group=comp.os.linux.misc#12898

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: trepidat...@example.net (Allodoxaphobia)
Newsgroups: comp.os.linux.misc
Subject: Re: One page man
Date: 12 Feb 2024 16:28:58 GMT
Lines: 9
Message-ID: <slrnuskhq9.2ti5.trepidation@vps.jonz.net>
References: <uqdgic$1k0u5$1@dont-email.me>
X-Trace: individual.net w8SAM2jq91c1xsIm4b9z1Q5rd5UH8dtvmJy6m56X4q2hYAkqFt
Cancel-Lock: sha1:ZbISDGG8eZ3Afqsx6pi6rIHQhrE= sha256:a//iijOZVPssd7+T01od3v8XeF8jdm1qJDVj/GcnrOw=
User-Agent: slrn/1.0.3 (FreeBSD)
 by: Allodoxaphobia - Mon, 12 Feb 2024 16:28 UTC

On Mon, 12 Feb 2024 17:21:32 +0100, db wrote:
> I have a script that adds new entries to a bib file.
> When it has done its job, I would like to display
> the first few lines or at least the first page of
> the result. By hand, I would use more (or less)
> and terminate with q at the end of the first page.
> can I do this from a script? If yes, how?

head -n 10 <file/name/of/interest>

Re: One page man

<214250b3-fb54-1714-1819-e8e6d1063218@example.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12899&group=comp.os.linux.misc#12899

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!.POSTED!not-for-mail
From: nos...@example.net (D)
Newsgroups: comp.os.linux.misc
Subject: Re: One page man
Date: Mon, 12 Feb 2024 20:28:03 +0100
Organization: i2pn2 (i2pn.org)
Message-ID: <214250b3-fb54-1714-1819-e8e6d1063218@example.net>
References: <uqdgic$1k0u5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Injection-Info: i2pn2.org;
logging-data="2594164"; mail-complaints-to="usenet@i2pn2.org";
posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M";
In-Reply-To: <uqdgic$1k0u5$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: D - Mon, 12 Feb 2024 19:28 UTC

Use head.

Best regards,
Daniel

On Mon, 12 Feb 2024, db wrote:

> I have a script that adds new entries to a bib file.
> When it has done its job, I would like to display
> the first few lines or at least the first page of
> the result. By hand, I would use more (or less)
> and terminate with q at the end of the first page.
> can I do this from a script? If yes, how?
>

Re: One page man

<uqskdi$vt7o$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12975&group=comp.os.linux.misc#12975

  copy link   Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dieterha...@gmail.com (db)
Newsgroups: comp.os.linux.misc
Subject: Re: One page man
Date: Sun, 18 Feb 2024 10:59:14 +0100
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <uqskdi$vt7o$2@dont-email.me>
References: <uqdgic$1k0u5$1@dont-email.me>
<214250b3-fb54-1714-1819-e8e6d1063218@example.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 18 Feb 2024 09:59:14 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6352795c7fa7031529b6753ddb805be5";
logging-data="1045752"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19CcyWazTlVwweUzkbG7JAwVEQ8iFecUfY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MFCQWf0sSZVa6CBOZZKsM+gsttU=
Content-Language: en-US
In-Reply-To: <214250b3-fb54-1714-1819-e8e6d1063218@example.net>
 by: db - Sun, 18 Feb 2024 09:59 UTC

On 12.02.2024 20.28, D wrote:
> Use head.
>
> Best regards,
> Daniel
>
>
> On Mon, 12 Feb 2024, db wrote:
>
>> I have a script that adds new entries to a bib file.
>> When it has done its job, I would like to display
>> the first few lines or at least the first page of
>> the result. By hand, I would use more (or less)
>> and terminate with q at the end of the first page.
>> can I do this from a script? If yes, how?
>>
Thank you both. Why didn't I know about this command?
And how many others are there that I should know?
You can't answer that.
--
Dieter Britz

Re: One page man

<98e0f8dad9bf228b292acb436914555f@msgid.frell.theremailer.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12976&group=comp.os.linux.misc#12976

  copy link   Newsgroups: comp.os.linux.misc
From: fri...@spamexpire-202402.rodent.frell.theremailer.net (Fritz Wuehler)
Subject: Re: One page man
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
References: <uqdgick0u5@dont-email.me>
<214250b3-fb54-1714-1819-e8e6d1063218@example.net> <uqskdi@dont-email.me>
Message-ID: <98e0f8dad9bf228b292acb436914555f@msgid.frell.theremailer.net>
Date: Sun, 18 Feb 2024 20:51:12 +0100
Newsgroups: comp.os.linux.misc
Path: i2pn2.org!i2pn.org!news.nntp4.net!weretis.net!feeder8.news.weretis.net!news.mixmin.net!news2.arglkargh.de!alphared!sewer!news.dizum.net!not-for-mail
Organization: dizum.com - The Internet Problem Provider
X-Abuse: abuse@dizum.com
Injection-Info: sewer.dizum.com - 2001::1/128
 by: Fritz Wuehler - Sun, 18 Feb 2024 19:51 UTC

db <dieterhansbr...@gmail.com> [d]:
d> Why didn't I know about this command? And how many others
d> are there that I should know?

Take your own sweet time with some intoductory material, like

Introduction to the Linux Command Shell For Beginners
(by Victor Gedris)
https://www.cgs.iitk.ac.in/user/hk/csd101/2021/shellIntro.pdf

The Linux Command Handbook - Learn Linux Commands for Beginners
(by Flavio Copes)
https://www.freecodecamp.org/news/the-linux-commands-handbook

and build from there.

Broken references in header [Was: One page man]

<dQdujBtXSkD2q4455@bongo-ra.co>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12977&group=comp.os.linux.misc#12977

  copy link   Newsgroups: comp.os.linux.misc news.software.readers
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: spi...@gmail.com (Spiros Bousbouras)
Newsgroups: comp.os.linux.misc,news.software.readers
Subject: Broken references in header [Was: One page man]
Date: Thu, 22 Feb 2024 21:38:38 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <dQdujBtXSkD2q4455@bongo-ra.co>
References: <uqdgic$1k0u5$1@dont-email.me> <214250b3-fb54-1714-1819-e8e6d1063218@example.net> <uqskdi$vt7o$2@dont-email.me>
<98e0f8dad9bf228b292acb436914555f@msgid.frell.theremailer.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 22 Feb 2024 21:38:38 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4b9d68c63d91df6e1097ca5b5fe4f380";
logging-data="115643"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wymhsaJ8CeZf8qo8EBmt2"
Cancel-Lock: sha1:yg3MxPrEOE8J8gDAuXxgm0ooZWI=
X-Server-Commands: nowebcancel
X-Organisation: Weyland-Yutani
In-Reply-To: <98e0f8dad9bf228b292acb436914555f@msgid.frell.theremailer.net>
 by: Spiros Bousbouras - Thu, 22 Feb 2024 21:38 UTC

On Sun, 18 Feb 2024 20:51:12 +0100
Fritz Wuehler <fritz@spamexpire-202402.rodent.frell.theremailer.net> wrote:
> db <dieterhansbr...@gmail.com> [d]:
> d> Why didn't I know about this command? And how many others
> d> are there that I should know?
>
>
> Take your own sweet time with some intoductory material, like

Your newsreader is broken. Your header has

References: <uqdgick0u5@dont-email.me>
<214250b3-fb54-1714-1819-e8e6d1063218@example.net> <uqskdi@dont-email.me>

Correct IDs for 1st and 3rd are <uqdgic$1k0u5$1@dont-email.me> and
<uqskdi$vt7o$2@dont-email.me> . (I fixed them manually for this post)
I think your newsreader chokes if the Message-ID has dollar characters.

Re: Broken references in header (was: Broken references in header [Was: One page man])

<875xygvx99.fsf_-_@usenet.ankman.de>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=12978&group=comp.os.linux.misc#12978

  copy link   Newsgroups: comp.os.linux.misc news.software.readers
Followup: news.software.readers
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ank...@spamfence.net (Andreas Kohlbach)
Newsgroups: comp.os.linux.misc,news.software.readers
Subject: Re: Broken references in header (was: Broken references in header [Was: One page man])
Followup-To: news.software.readers
Date: Thu, 22 Feb 2024 19:29:22 -0500
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <875xygvx99.fsf_-_@usenet.ankman.de>
References: <uqdgic$1k0u5$1@dont-email.me>
<214250b3-fb54-1714-1819-e8e6d1063218@example.net>
<uqskdi$vt7o$2@dont-email.me>
<98e0f8dad9bf228b292acb436914555f@msgid.frell.theremailer.net>
<dQdujBtXSkD2q4455@bongo-ra.co>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="f8c3345712954fc136cfa51563534c69";
logging-data="181156"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19aQRfmSKnlcpamPBPfdt/B"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:XC0lP6N0g5SNkfz2b0Scx3BfjRs=
sha1:smj77s32rcTGx7X81UOFDA0I994=
 by: Andreas Kohlbach - Fri, 23 Feb 2024 00:29 UTC

On Thu, 22 Feb 2024 21:38:38 -0000 (UTC), Spiros Bousbouras wrote:
>
> On Sun, 18 Feb 2024 20:51:12 +0100
> Fritz Wuehler <fritz@spamexpire-202402.rodent.frell.theremailer.net> wrote:
>> db <dieterhansbr...@gmail.com> [d]:
>> d> Why didn't I know about this command? And how many others
>> d> are there that I should know?
>>
>>
>> Take your own sweet time with some intoductory material, like
>
> Your newsreader is broken. Your header has
>
> References: <uqdgick0u5@dont-email.me>
> <214250b3-fb54-1714-1819-e8e6d1063218@example.net> <uqskdi@dont-email.me>
>
> Correct IDs for 1st and 3rd are <uqdgic$1k0u5$1@dont-email.me> and
> <uqskdi$vt7o$2@dont-email.me> . (I fixed them manually for this post)
> I think your newsreader chokes if the Message-ID has dollar characters.

But you messed up the subject change. ;-)

Needs round brackets, none other.

I hope I don't mess up either demonstrating it.

F'up2 news.software.readers .
--
Andreas

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor