zsh-workers
 help / color / mirror / code / Atom feed
* What is $~ all about ?
@ 2023-08-13 23:34 Budi
  2023-08-13 23:48 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Budi @ 2023-08-13 23:34 UTC (permalink / raw)
  To: zsh-workers

what is inside value $~ supposed to mean, as it;s being echoed/output on cli.
$ echo $~
569XZikms

?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What is $~ all about ?
  2023-08-13 23:34 What is $~ all about ? Budi
@ 2023-08-13 23:48 ` Bart Schaefer
  2023-08-14 10:35   ` Budi
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2023-08-13 23:48 UTC (permalink / raw)
  To: Budi; +Cc: zsh-workers

There is no $~

You're describing $-
     Flags supplied to the shell on invocation or by the set or setopt
     commands.

Look in "man zshoptions", near the end there's a SINGLE LETTER OPTIONS section.

On Sun, Aug 13, 2023 at 4:34 PM Budi <budikusasi@gmail.com> wrote:
>
> what is inside value $~ supposed to mean, as it;s being echoed/output on cli.
> $ echo $~
> 569XZikms
>
> ?
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What is $~ all about ?
  2023-08-13 23:48 ` Bart Schaefer
@ 2023-08-14 10:35   ` Budi
  0 siblings, 0 replies; 3+ messages in thread
From: Budi @ 2023-08-14 10:35 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-workers

OK

On 8/14/23, Bart Schaefer <schaefer@brasslantern.com> wrote:
> There is no $~
>
> You're describing $-
>      Flags supplied to the shell on invocation or by the set or setopt
>      commands.
>
> Look in "man zshoptions", near the end there's a SINGLE LETTER OPTIONS
> section.
>
> On Sun, Aug 13, 2023 at 4:34 PM Budi <budikusasi@gmail.com> wrote:
>>
>> what is inside value $~ supposed to mean, as it;s being echoed/output on
>> cli.
>> $ echo $~
>> 569XZikms
>>
>> ?
>>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-14 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 23:34 What is $~ all about ? Budi
2023-08-13 23:48 ` Bart Schaefer
2023-08-14 10:35   ` Budi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).