help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: All bash variables that can be used as temp variables?


From: Roger
Subject: Re: All bash variables that can be used as temp variables?
Date: Thu, 26 Jan 2023 23:59:23 -0500

Isn't the following the usual recommended syntax?

_my_var

Prefixed underscored variable, in lowercase.

Uppercase is usually used for Bash and system variables.


On Thu, Jan 26, 2023 at 10:37 PM Greg Wooledge <greg@wooledge.org> wrote:

> Here's an idea: if a variable name already has a special meaning to
> bash, don't try to use it for your own purposes.
>
> Use a different variable name.
>
> Next!
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]