bug-bash
[Top][All Lists]
Advanced

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

Re: Double substitution issue


From: fulldecent
Subject: Re: Double substitution issue
Date: Tue, 20 Nov 2018 20:16:47 -0800 (PST)
User-agent: G2/1.0

Thank you for explaining this fine point. 

I have found a way to use double expansion, and of course this is not safe 
in all contexts: 

    from=1;to=3;eval echo {$from..$to} 

Regards, 
Will 


reply via email to

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