[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
All bash variables that can be used as temp variables?
From: |
Peng Yu |
Subject: |
All bash variables that can be used as temp variables? |
Date: |
Sat, 21 Jan 2023 15:47:03 -0600 |
Hi,
https://lists.gnu.org/archive/html/help-bash/2023-01/msg00104.html
As discussed here BASH_REMATCH is a temp variable that can be used to
avoid polluting the global variable space. What other bash variables
can be used as temp variables (not necessarily for the purpose of
trimming prefixes and suffixes) to avoid polluting the global variable
space? Thanks.
--
Regards,
Peng
- All bash variables that can be used as temp variables?,
Peng Yu <=
- Re: All bash variables that can be used as temp variables?, Koichi Murase, 2023/01/25
- Re: All bash variables that can be used as temp variables?, Peng Yu, 2023/01/25
- Re: All bash variables that can be used as temp variables?, Koichi Murase, 2023/01/25
- Re: All bash variables that can be used as temp variables?, Peng Yu, 2023/01/26
- Re: All bash variables that can be used as temp variables?, Koichi Murase, 2023/01/26
- Re: All bash variables that can be used as temp variables?, Greg Wooledge, 2023/01/26
- Re: All bash variables that can be used as temp variables?, Roger, 2023/01/26
- Re: All bash variables that can be used as temp variables?, Greg Wooledge, 2023/01/27
- Re: All bash variables that can be used as temp variables?, Peng Yu, 2023/01/27
- Re: All bash variables that can be used as temp variables?, Dennis Williamson, 2023/01/27