[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] deallocation of brace expanded variable
From: |
Sebastian Eiser |
Subject: |
[Help-bash] deallocation of brace expanded variable |
Date: |
Thu, 11 Sep 2014 16:49:58 +0200 |
Dear all,
I'm not sure if this is intended behaviour or not, but it seems that a
brace expanded variable is not deallocated:
for i in {1..10000000}; do echo -n; done
see also:
http://unix.stackexchange.com/questions/154785/how-can-i-force-bash-to-deallocate-a-brace-expanded-variable-without-name
Thanks for looking at it. And thanks for bash.
-Sebastian
- [Help-bash] deallocation of brace expanded variable,
Sebastian Eiser <=