Answers for "bash loop local variable"

0

bash loop local variable

The while-loop is executed in a subshell, so changes to the variable 
 inside the while-loop won't affect the external variable.
Posted by: Guest on September-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language