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: Fri, 27 Nov 2020 05:33:30 +0700

How good it's if we can have Bash internal variable as default for loop counter,

f(){
 unset i
 for a;{
  let ++i
  # ...
 }
 #...

}

so have that instead of $i for sake of efficieny or optimization,
could be named any, $/, $! etc



reply via email to

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