bug-bash
[Top][All Lists]
Advanced

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

Feature request


From: Budi
Subject: Feature request
Date: Mon, 9 Nov 2020 06:49:10 +0700

Need feature on while's readily flag

$ i=;while ((i<5)) ;do let i++ ;echo $i ;done ;echo $?
1
2
3
4
5
0

$ i=7;while ((i<5)) ;do let i++ ;echo $i ;done ;echo $?
0

we need feature on while's ability to supply flag when it's up to the
end of loop block
Please fulfill this, it's really needed
Thanks much before.



reply via email to

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