[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with sequences with variables?
From: |
Greg Wooledge |
Subject: |
Re: Problem with sequences with variables? |
Date: |
Thu, 29 Apr 2021 07:05:31 -0400 |
On Wed, Apr 28, 2021 at 11:02:31PM +0000, Tom (AST) Watson via Bug reports for
the GNU Bourne Again SHell wrote:
> Hi...
>
> [user@box3 ~]$ echo $l
> 10
> [user@box3 ~]$ echo {1..${l}}
> {1..10}
https://mywiki.wooledge.org/BashPitfalls#pf33
Re: Problem with sequences with variables?,
Greg Wooledge <=