Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Matter will be damaged in direct proportion to its value.


computers / comp.os.vms / Syntax for java$filename_match_list

SubjectAuthor
* Syntax for java$filename_match_listArne Vajhøj
`* Re: Syntax for java$filename_match_listCraig A. Berry
 `- Re: Syntax for java$filename_match_listArne Vajhøj

1
Syntax for java$filename_match_list

<tmg92l$181$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!aioe.org!LeVffQP25j5GAigzc2gaQA.user.46.165.242.75.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Syntax for java$filename_match_list
Date: Sat, 3 Dec 2022 14:46:24 -0500
Organization: Aioe.org NNTP Server
Message-ID: <tmg92l$181$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="1281"; posting-host="LeVffQP25j5GAigzc2gaQA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.5.1
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Arne Vajhøj - Sat, 3 Dec 2022 19:46 UTC

One file type - one keyword - one value:

$ define java$filename_match_list "*.xyz=keyword=value"

One file type - one keyword - two values:

$ define java$filename_match_list "*.xyz=keyword=value1,value2"

One file type - two keywords - one value each:

$ define java$filename_match_list "*.xyz=keyword1=value1/keyword2=value2"

But what is the syntax for two file types??

Arne

Re: Syntax for java$filename_match_list

<tmgdgd$3e2e2$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: craigbe...@nospam.mac.com (Craig A. Berry)
Newsgroups: comp.os.vms
Subject: Re: Syntax for java$filename_match_list
Date: Sat, 3 Dec 2022 15:02:05 -0600
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <tmgdgd$3e2e2$1@dont-email.me>
References: <tmg92l$181$1@gioia.aioe.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 3 Dec 2022 21:02:05 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="df5547f370a7046af049d1a7a187c481";
logging-data="3606978"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Y1w6qr5H1wJ0+9DQuKLmJHP5mx8TyBtU="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.5.0
Cancel-Lock: sha1:J5nBGthX8LZsFlCLA7nmRtTSMmw=
In-Reply-To: <tmg92l$181$1@gioia.aioe.org>
Content-Language: en-US
 by: Craig A. Berry - Sat, 3 Dec 2022 21:02 UTC

On 12/3/22 1:46 PM, Arne Vajhøj wrote:
> One file type - one keyword - one value:
>
> $ define java$filename_match_list "*.xyz=keyword=value"
>
> One file type - one keyword - two values:
>
> $ define java$filename_match_list "*.xyz=keyword=value1,value2"
>
> One file type - two keywords - one value each:
>
> $ define java$filename_match_list "*.xyz=keyword1=value1/keyword2=value2"
>
> But what is the syntax for two file types??

Don't know, and don't know if it's possible, but have you tried a search
list logical name?

Re: Syntax for java$filename_match_list

<tn3aft$1g4c$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!aioe.org!LeVffQP25j5GAigzc2gaQA.user.46.165.242.75.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: Syntax for java$filename_match_list
Date: Sat, 10 Dec 2022 20:07:08 -0500
Organization: Aioe.org NNTP Server
Message-ID: <tn3aft$1g4c$1@gioia.aioe.org>
References: <tmg92l$181$1@gioia.aioe.org> <tmgdgd$3e2e2$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="49292"; posting-host="LeVffQP25j5GAigzc2gaQA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.5.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: Arne Vajhøj - Sun, 11 Dec 2022 01:07 UTC

On 12/3/2022 4:02 PM, Craig A. Berry wrote:
> On 12/3/22 1:46 PM, Arne Vajhøj wrote:
>> One file type - one keyword - one value:
>>
>> $ define java$filename_match_list "*.xyz=keyword=value"
>>
>> One file type - one keyword - two values:
>>
>> $ define java$filename_match_list "*.xyz=keyword=value1,value2"
>>
>> One file type - two keywords - one value each:
>>
>> $ define java$filename_match_list "*.xyz=keyword1=value1/keyword2=value2"
>>
>> But what is the syntax for two file types??
>
> Don't know, and don't know if it's possible, but have you tried a search
> list logical name?

It seems to work. So:

$ define java$filename_match_list
"*.xyz=keyword=value","*.abc=keyword=value"

Thanks.

Arne

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor